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.
4848
4949.. caution ::
5050
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 ])+ ``.
5252
5353Depending on your configuration, the ``prefix `` can be the name of an icon set, a directory
5454where the icon is located, or a combination of both.
@@ -237,7 +237,7 @@ site *on-demand*:
237237 fetched (and cached).
238238
239239That'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
241241for future requests for the same icon.
242242
243243.. note ::
@@ -291,7 +291,7 @@ the report to overwrite existing icons by using the ``--force`` option:
291291 The process to find icons to lock in your Twig templates is imperfect. It
292292 looks for any string that matches the pattern ``something:something `` so
293293 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
295295 *potential * invalid icons:
296296
297297 .. code-block :: terminal
You can’t perform that action at this time.
0 commit comments