Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ea9c86

Browse files
committed
Fixed some typos and grammar issues
1 parent 1f6e16c commit 3ea9c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/frontend/assetic_php.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Combining, Compiling and Minimizing Web Assets with PHP Libraries
66

77
The 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

1111
Even if those JavaScript-based solutions are the most suitable ones from a
1212
technical 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

2323
Installing 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,
2828
you must install two libraries. Open a command console, browse to your project
2929
directory and execute the following commands:
3030

0 commit comments

Comments
 (0)