docs: fix incorrect package name for remark-emoji in migration guide (#9522)

This commit is contained in:
Shahed Nasser 2023-11-09 20:08:49 +02:00 committed by GitHub
parent 791da2e4a1
commit 9b66f575e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -579,7 +579,7 @@ However, this is a new major library version containing breaking changes, and we
### remark-emoji v4.0+ ### remark-emoji v4.0+
Docusaurus v3 upgrades [`prism-react-renderer`](https://github.com/rhysd/remark-emoji) to v4.0+. This library is to support `:emoji:` shortcuts in Markdown. Docusaurus v3 upgrades [`remark-emoji`](https://github.com/rhysd/remark-emoji) to v4.0+. This library is to support `:emoji:` shortcuts in Markdown.
:::info How to upgrade :::info How to upgrade