diff --git a/packages/gatsby/src/pages/configuration/yarnrc.js b/packages/gatsby/src/pages/configuration/yarnrc.js index 22cee9341e44..4b38f85d1208 100644 --- a/packages/gatsby/src/pages/configuration/yarnrc.js +++ b/packages/gatsby/src/pages/configuration/yarnrc.js @@ -313,7 +313,7 @@ const YarnrcDoc = () => <> /> If true (the default), Yarn will generate a single .pnp.js file that contains all the required data for your project to work properly. If toggled off, Yarn will also generate a .pnp.data.json file meant to be consumed by the @yarnpkg/pnp package. } @@ -341,7 +341,7 @@ const YarnrcDoc = () => <> /> The path where unplugged packages will be stored on the disk. }