File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ The icon ``name`` is the same as the file name without the file extension (e.g.
48
48
49
49
.. caution ::
50
50
51
- The name must match a standard ``slug `` format: ``[a-z0-9-]+(-[0-9a-z ])+ ``.
51
+ The name must match a standard ``slug `` format: ``[a-z0-9-]+(-[a-z0-9 ])+ ``.
52
52
53
53
Depending on your configuration, the ``prefix `` can be the name of an icon set, a directory
54
54
where the icon is located, or a combination of both.
@@ -237,7 +237,7 @@ site *on-demand*:
237
237
fetched (and cached).
238
238
239
239
That's all. This works by using the `Iconify `_ API (to which `ux.symfony.com/icons `_
240
- is a frontend for ) to fetch the icon and render it in place. This icon is then cached
240
+ is a frontend) to fetch the icon and render it in place. This icon is then cached
241
241
for future requests for the same icon.
242
242
243
243
.. note ::
@@ -291,7 +291,7 @@ the report to overwrite existing icons by using the ``--force`` option:
291
291
The process to find icons to lock in your Twig templates is imperfect. It
292
292
looks for any string that matches the pattern ``something:something `` so
293
293
it's probable there will be false positives. This command should not be used
294
- to audit the icons in your templates in an automated way. Add ``-v `` see
294
+ to audit the icons in your templates in an automated way. Add ``-v `` to see
295
295
*potential * invalid icons:
296
296
297
297
.. code-block :: terminal
You can’t perform that action at this time.
0 commit comments