From 60a09a33099b87830341b04fc81a706b1fb69802 Mon Sep 17 00:00:00 2001 From: Tom Szwaja <59713582+tsxoxo@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:14:50 +0200 Subject: [PATCH] docs: fix `:::warning` aside (#5778) **What's the problem this PR addresses?** The intended aside wasn't being rendered because of a typo. Pls tag for hacktoberfest, if y'all participating. **Before** ![Screenshot 2023-10-09 at 15 25 44](https://github.com/yarnpkg/berry/assets/59713582/8d0b931b-9772-4271-a90d-5fd32e28be5c) **After** ![Screenshot 2023-10-09 at 15 42 57](https://github.com/yarnpkg/berry/assets/59713582/7573a0e4-1640-4334-be7a-424db3371eb8) ... **How did you fix it?** Corrected the typo ... **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [ ] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed. --- packages/docusaurus/docs/features/plugnplay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/docs/features/plugnplay.md b/packages/docusaurus/docs/features/plugnplay.md index 4b324efbe6f7..4671d07eef29 100644 --- a/packages/docusaurus/docs/features/plugnplay.md +++ b/packages/docusaurus/docs/features/plugnplay.md @@ -75,7 +75,7 @@ Semantic erroring goes a long way into letting you understand and address proble If you're creating a project from scratch, your project itself should work almost "out of the box". You may have to use `packageExtensions` from time to time to fix an occasional ghost dependency, but that remains uncommon, and this process is otherwise straightforward. Most tools in the ecosystem are designed and tested to work well in Yarn PnP environments, so problems are infrequent. -:::warn +:::warning A notable exception is React Native / Expo, which require using typical `node_modules` installs. :::