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 @@ -33,7 +33,7 @@ your own.
3333Icon Names
3434~~~~~~~~~~
3535
36- Icons are referenced using an unique identifier that follows one of the following syntaxes:
36+ Icons are referenced using a unique identifier using one of the following syntaxes:
3737
3838* ``prefix:name `` (e.g. ``mdi:check ``, ``bi:check ``, ``editor:align-left ``)
3939* ``name `` only (e.g. ``check ``, ``close ``, ``menu ``)
@@ -44,7 +44,7 @@ The icon ``name`` is the same as the file name without the file extension (e.g.
4444
4545 The name must match a standard ``slug `` format: ``[a-z0-9-]+(-[a-z0-9])+ ``.
4646
47- Depending on your configuration, the ``prefix `` can be the name of an icon set, a directory
47+ Depending on your ` configuration `_ , the ``prefix `` can be the name of an icon set, a directory
4848where the icon is located, or a combination of both.
4949
5050For example, the ``bi `` prefix refers to the Bootstrap Icons set, while the ``header `` prefix
@@ -541,7 +541,7 @@ returning the HTML output.
541541Configuration
542542-------------
543543
544- The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
544+ The UX Icons component integrates seamlessly in Symfony applications. All these options are configured under
545545the ``ux_icons `` key in your application configuration.
546546
547547.. code-block :: yaml
You can’t perform that action at this time.
0 commit comments