Skip to content

Commit

Permalink
[Doc] Fix some typos (#25)
Browse files Browse the repository at this point in the history
Done during the #SymfonyHackday

Signed-off-by: Javier Eguiluz <[email protected]>
  • Loading branch information
javiereguiluz authored Dec 11, 2024
1 parent 1237316 commit 58d470c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Even gzip compression is more efficient on minified assets (see metrics below).

<details>

<summary> See transfert comparison (gzip) </summary>
<summary> See transfer comparison (gzip) </summary>

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

<details>

<summary> See transfert comparison (gzip) </summary>
<summary> See transfer comparison (gzip) </summary>

| File | Original | Minified | Ratio | Gain | Compression |
|------------------|-----------:|----------:|-------:|-------:|---------------------:|
Expand Down Expand Up @@ -175,14 +175,14 @@ sensiolabs_minify:
css: true # (default: true)
js: true # (default: true)

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

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

0 comments on commit 58d470c

Please sign in to comment.