Skip to content

Commit 4e6d348

Browse files
committed
Fix Github -> GitHub
1 parent 9a704a0 commit 4e6d348

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/emoji.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ textual representation in all languages based on the `Unicode CLDR dataset`_::
3434

3535

3636
The ``EmojiTransliterator`` also provides special locales that convert emojis to
37-
short codes and vice versa in specific platforms, such as Github and Slack.
37+
short codes and vice versa in specific platforms, such as GitHub and Slack.
3838

39-
Github
39+
GitHub
4040
~~~~~~
4141

42-
Convert Github emojis to short codes with the ``emoji-github`` locale::
42+
Convert GitHub emojis to short codes with the ``emoji-github`` locale::
4343

4444
$transliterator = EmojiTransliterator::create('emoji-github');
4545
$transliterator->transliterate('Teenage 🐢 really love 🍕');
4646
// => 'Teenage :turtle: really love :pizza:'
4747

48-
Convert Github short codes to emojis with the ``github-emoji`` locale::
48+
Convert GitHub short codes to emojis with the ``github-emoji`` locale::
4949

5050
$transliterator = EmojiTransliterator::create('github-emoji');
5151
$transliterator->transliterate('Teenage :turtle: really love :pizza:');

0 commit comments

Comments
 (0)