Skip to content

Commit 8f02bd6

Browse files
committed
minor #2781 [Icons] Docs: Some typos (ThomasLandauer)
This PR was merged into the 2.x branch. Discussion ---------- [Icons] Docs: Some typos | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | | License | MIT Page: https://symfony.com/bundles/ux-icons/current/index.html Commits ------- 130d885 [Icons] Some typos
2 parents 825476f + 130d885 commit 8f02bd6

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
@@ -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

5353
Depending on your configuration, the ``prefix`` can be the name of an icon set, a directory
5454
where the icon is located, or a combination of both.
@@ -237,7 +237,7 @@ site *on-demand*:
237237
fetched (and cached).
238238

239239
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
241241
for 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

0 commit comments

Comments
 (0)