docs: fix remark-emoji name in 3.0.1 migration guide (#9677)

This commit is contained in:
Kyle Tsang 2024-01-02 06:44:06 -08:00 committed by GitHub
parent 3389daefac
commit 5123035333
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+
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