Skip to content

Commit 8bb7291

Browse files
authored
on -> to
1 parent 16934fa commit 8bb7291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-scripts/template/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
7070
- [Developing Components in Isolation](#developing-components-in-isolation)
7171
- [Getting Started with Storybook](#getting-started-with-storybook)
7272
- [Getting Started with Styleguidist](#getting-started-with-styleguidist)
73-
- [Publishing Components on npm](#publishing-components-on-npm)
73+
- [Publishing Components to npm](#publishing-components-to-npm)
7474
- [Making a Progressive Web App](#making-a-progressive-web-app)
7575
- [Opting Out of Caching](#opting-out-of-caching)
7676
- [Offline-First Considerations](#offline-first-considerations)
@@ -1700,9 +1700,9 @@ Learn more about React Styleguidist:
17001700
* [GitHub Repo](https://github.com/styleguidist/react-styleguidist)
17011701
* [Documentation](https://react-styleguidist.js.org/docs/getting-started.html)
17021702
1703-
## Publishing Components on npm
1703+
## Publishing Components to npm
17041704
1705-
Create React App doesn't provide any built-in functionality to publish a component on npm. If you're ready to extract a component from your project so other people can use it, we recommend moving it to a separate directory outside of your project and then using a tool like [nwb](https://github.com/insin/nwb#react-components-and-libraries) to prepare it for publishing.
1705+
Create React App doesn't provide any built-in functionality to publish a component to npm. If you're ready to extract a component from your project so other people can use it, we recommend moving it to a separate directory outside of your project and then using a tool like [nwb](https://github.com/insin/nwb#react-components-and-libraries) to prepare it for publishing.
17061706
17071707
## Making a Progressive Web App
17081708

0 commit comments

Comments
 (0)