Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 8, 2024
1 parent a3cdad6 commit 9f6f05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ As of version v0.13, the `Emoji Code: Open Palette` command is exposed. This all
Let's say, you want to insert the 😄 emoji

* HTML: `grinning face` becomes `😀`
* CSS: `grinning face` becomes `content: '\1F600';`
* CSS: `grinning face` becomes `'\1F600';`
* JavaScript: `grinning face` becomes `\u{1F600}`
* Python: `grinning face` becomes `\U0001F600`
* Ruby: `grinning face` becomes `\u{1F600}`
Expand Down

0 comments on commit 9f6f05d

Please sign in to comment.