summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ryan Christian <33403762+rschristian@users.noreply.github.com> 2021-07-12 15:30:00 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-12 15:30:00 -0500
commit9859f53903f51f42fbe00bd7d3b160bcafb06b8f (patch)
tree0ff0f2d6e9736c6e0270dc4ece0600dc27d35f66
parentea7ef71a6e445debcff2ae64d6639338a0a77926 (diff)
downloadastro-9859f53903f51f42fbe00bd7d3b160bcafb06b8f.tar.gz
astro-9859f53903f51f42fbe00bd7d3b160bcafb06b8f.tar.zst
astro-9859f53903f51f42fbe00bd7d3b160bcafb06b8f.zip
Docs: Correcting minor typo in ReadMe (#666)
* docs: Correcting minor typo in ReadMe * docs: Adding changeset
-rw-r--r--.changeset/tender-paws-smash.md5
-rw-r--r--packages/astro/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/tender-paws-smash.md b/.changeset/tender-paws-smash.md
new file mode 100644
index 000000000..17777da67
--- /dev/null
+++ b/.changeset/tender-paws-smash.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Correcting typo in ReadMe
diff --git a/packages/astro/README.md b/packages/astro/README.md
index df7a33712..04ee1ef0f 100644
--- a/packages/astro/README.md
+++ b/packages/astro/README.md
@@ -35,7 +35,7 @@ shamefully-hoist = true
### Yarn
-[Yarn](https://yarnpkg.com/) works as a package manager in Astro apps. However, __Yarn 2__'s Plug'n'Play feature, aka 'pnp', changes how module resolution works in Node apps and doesn't support modules written in ESM at the moment. Since Astro is written entirely in ESM, you can't use the pnp feature. in Astro apps. We'll continue to track this feature as they fix these core bugs. However, you can disable pnp by adding `nodeLinker: 'node-modules'` to your `.yarnrc.yml`, which will make Yarn 2 compatible with Astro.
+[Yarn](https://yarnpkg.com/) works as a package manager in Astro apps. However, __Yarn 2__'s Plug'n'Play feature, aka 'pnp', changes how module resolution works in Node apps and doesn't support modules written in ESM at the moment. Since Astro is written entirely in ESM, you can't use the pnp feature in Astro apps. We'll continue to track this feature as they fix these core bugs. However, you can disable pnp by adding `nodeLinker: 'node-modules'` to your `.yarnrc.yml`, which will make Yarn 2 compatible with Astro.
### 🚀 Build & Deployment