Skip to content

Commit 1f6e16c

Browse files
committed
Minor fixes
1 parent cc5b630 commit 1f6e16c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/frontend/assetic_php.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Front-end; Assetic, Bootstrap
33

4-
Combining, Compiling and Minimizing Web Assets with Pure PHP Libraries
5-
======================================================================
4+
Combining, Compiling and Minimizing Web Assets with PHP Libraries
5+
=================================================================
66

77
The official Symfony Best Practices recommend to use Assetic to
88
:doc:`manage web assets </best_practices/web-assets>`, unless you are
@@ -18,7 +18,7 @@ some scenarios:
1818
* If you want to simplify application deployment.
1919

2020
In this article you'll learn how to combine and minimize CSS and JavaScript files
21-
and how to compile Sass SCSS files using pure PHP libraries with Assetic.
21+
and how to compile Sass SCSS files using PHP only libraries with Assetic.
2222

2323
Installing the Third-Party Compression Libraries
2424
------------------------------------------------
@@ -40,7 +40,7 @@ Organizing Your Web Asset Files
4040
-------------------------------
4141

4242
This example shows the very common scenario of using the Bootstrap framework, the
43-
jQuery library, the FontAwesome icon font and some regular CSS and JavaScript
43+
jQuery library, the FontAwesome icon fonts and some regular CSS and JavaScript
4444
application files (called ``main.css`` and ``main.js``). The recommended directory
4545
structure for this set-up is the following:
4646

0 commit comments

Comments
 (0)