Skip to content

Commit 1600ad5

Browse files
committed
Improve structure
1 parent 4e6d348 commit 1600ad5

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

components/emoji.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Installation
1414
.. include:: /components/require_autoload.rst.inc
1515

1616

17-
Transliteration
18-
---------------
17+
Emoji Transliteration
18+
---------------------
1919

2020
The ``EmojiTransliterator`` class offers a way to translate emojis into their
2121
textual representation in all languages based on the `Unicode CLDR dataset`_::
@@ -67,11 +67,8 @@ Convert Slack short codes to emojis with the ``slack-emoji`` locale::
6767
// => 'Menus with 🥗 or 🧆'
6868

6969

70-
String Manipulation
71-
-------------------
72-
73-
Slug Emojis
74-
~~~~~~~~~~~
70+
Emoji Slugger
71+
-------------
7572

7673
Combine the emoji transliterator with the :doc:`/components/string`
7774
to improve the slugs of contents that include emojis (e.g. for URLs).
@@ -94,8 +91,8 @@ Call the ``AsciiSlugger::withEmoji()`` method to enable the emoji transliterator
9491
Integrating the Emoji Component with the String component is straightforward and requires no additional
9592
configuration.string.
9693

97-
Strip Emojis
98-
~~~~~~~~~~~~
94+
Removing Emojis
95+
---------------
9996

10097
The ``EmojiTransliterator`` can also be used to remove all emojis from a string, via the
10198
special ``strip`` locale::

0 commit comments

Comments
 (0)