diff options
author | 2021-07-17 21:46:51 +0200 | |
---|---|---|
committer | 2021-07-17 15:46:51 -0400 | |
commit | f74112798b71e3a6fb8531190f721ba2db07888a (patch) | |
tree | 2570a05d675dcbd36c9d2c2d94db4ef77da42f45 /docs/src/pages/guides/publish-to-npm.md | |
parent | 234b175a196345454bf33841572dc120d3581f45 (diff) | |
download | astro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.gz astro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.zst astro-f74112798b71e3a6fb8531190f721ba2db07888a.zip |
Fix typos in the documentation. (#731)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/guides/publish-to-npm.md')
-rw-r--r-- | docs/src/pages/guides/publish-to-npm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/publish-to-npm.md b/docs/src/pages/guides/publish-to-npm.md index 86e5400f7..966c72357 100644 --- a/docs/src/pages/guides/publish-to-npm.md +++ b/docs/src/pages/guides/publish-to-npm.md @@ -57,7 +57,7 @@ import { Bold, Capitalize } from '@example/my-components'; ## Advanced -We recommend a single `index.js` package entrypoint because this is what most users are familar with. However, in some rare scenarios you may want to have your users import each `.astro` component directly, in the same manner that you import `.astro` files in your own project. +We recommend a single `index.js` package entrypoint because this is what most users are familiar with. However, in some rare scenarios you may want to have your users import each `.astro` component directly, in the same manner that you import `.astro` files in your own project. ```astro --- |