Commit c9bf5ee
committed
minor symfony#2275 Fix a typo in UX Icons docs (dfridrich)
This PR was merged into the 2.x branch.
Discussion
----------
Fix a typo in UX Icons docs
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues |
| License | MIT
There is an error (below is an exception) if copying snippet from [UX Icons docs](https://symfony.com/bundles/ux-icons/current/index.html#loading-icons). This can confuse some less experienced programmers.
```
A mapping key must be followed by a colon (:). Unexpected token "operator" of value "-" ("punctuation" expected with value ":").
Commits
-------
144eaf7 Fix a typo in UX Icons docs1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments