Skip to content

Commit 5e1926c

Browse files
Update index.rst
1 parent 9d361c9 commit 5e1926c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Icons/doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ your own.
3333
Icon 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
4848
where the icon is located, or a combination of both.
4949

5050
For example, the ``bi`` prefix refers to the Bootstrap Icons set, while the ``header`` prefix
@@ -541,7 +541,7 @@ returning the HTML output.
541541
Configuration
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
545545
the ``ux_icons`` key in your application configuration.
546546

547547
.. code-block:: yaml

0 commit comments

Comments
 (0)