Skip to content

Commit 58d470c

Browse files
[Doc] Fix some typos (#25)
Done during the #SymfonyHackday Signed-off-by: Javier Eguiluz <[email protected]>
1 parent 1237316 commit 58d470c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Even gzip compression is more efficient on minified assets (see metrics below).
5050

5151
<details>
5252

53-
<summary> See transfert comparison (gzip) </summary>
53+
<summary> See transfer comparison (gzip) </summary>
5454

5555
| File | Original | Minified | Ratio | Gain | Compression |
5656
|-----------------|-----------:|----------:|-------:|-------:|---------------------:|
@@ -72,7 +72,7 @@ Even gzip compression is more efficient on minified assets (see metrics below).
7272

7373
<details>
7474

75-
<summary> See transfert comparison (gzip) </summary>
75+
<summary> See transfer comparison (gzip) </summary>
7676

7777
| File | Original | Minified | Ratio | Gain | Compression |
7878
|------------------|-----------:|----------:|-------:|-------:|---------------------:|
@@ -175,14 +175,14 @@ sensiolabs_minify:
175175
css: true # (default: true)
176176
js: true # (default: true)
177177

178-
# a list of assets to exclude from minfication (default: [])
178+
# a list of assets to exclude from minification (default: [])
179179
# the values of the list can be any shell wildcard patterns
180180
ignore_paths:
181181
- 'admin/*'
182182
- '*.min.js'
183183

184-
# whethere to exclude the assets stored in vendor/ from minification;
185-
# these assets are usually already minified, so it's common to ignore them
184+
# whether to exclude the assets stored in vendor/ from minification;
185+
# these assets are usually pre-minified, so it's common to exclude them
186186
ignore_vendor: true # (default: true)
187187
```
188188

0 commit comments

Comments
 (0)