docs: fix typos (#327)

This commit is contained in:
Thomas Broadley 2017-12-20 00:39:18 -05:00 committed by Joel Marcey
parent 83e8802d01
commit b5fefcc676
9 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
Sometimes you want to test the latest version of Docusaurus on a third-party project via `npm` or `yarn` without having to publish it to npm itself. For example, you may want to use the latest code in `master`.
> If you want to use Docusaurus to test Docusuarus, see the [testing changins on Docusaurus itself doc](./testing-changes-on-Docusaurus-itself.md)
> If you want to use Docusaurus to test Docusaurus, see the [testing changes on Docusaurus itself doc](./testing-changes-on-Docusaurus-itself.md)
There are two reasonable ways to use a local version of the Docusaurus npm package to test changes you make to the Docusaurus core on a third-party project.