diff options
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 --- |