@@ -6,7 +6,7 @@ Combining, Compiling and Minimizing Web Assets with PHP Libraries
66
77The official Symfony Best Practices recommend to use Assetic to
88:doc: `manage web assets </best_practices/web-assets >`, unless you are
9- comfortable with JavaScript-based frontend tools.
9+ comfortable with JavaScript-based front-end tools.
1010
1111Even if those JavaScript-based solutions are the most suitable ones from a
1212technical point of view, using pure PHP alternative libraries can be useful in
@@ -17,14 +17,14 @@ some scenarios:
1717 applications;
1818* If you want to simplify application deployment.
1919
20- In this article you'll learn how to combine and minimize CSS and JavaScript files
21- and how to compile Sass SCSS files using PHP only libraries with Assetic.
20+ In this article, you'll learn how to combine and minimize CSS and JavaScript files
21+ and how to compile Sass files using PHP only libraries with Assetic.
2222
2323Installing the Third-Party Compression Libraries
2424------------------------------------------------
2525
26- Assetic includes a lot of ready-to-use filters but it doesn't include their
27- associated libraries. Therefore, before enabling the filters used in this article
26+ Assetic includes a lot of ready-to-use filters, but it doesn't include their
27+ associated libraries. Therefore, before enabling the filters used in this article,
2828you must install two libraries. Open a command console, browse to your project
2929directory and execute the following commands:
3030
0 commit comments