Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 9f9e601

Browse files
authored
fix typo
1 parent 14c0d21 commit 9f9e601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ensure you've run `npm install`. Then simply `npm start`.
3434

3535
### Developing with local meteor source
3636

37-
When developing jsdoc documenation within the meteor code you will
37+
When developing jsdoc documentation within the meteor code you will
3838
need to make some local modifications to get the documentation to work locally for testing.
3939

4040
1. Modify `url` in `_config.yml` so links within `localhost:4000` will not jump out to `https://docs.meteor.com`
@@ -64,4 +64,4 @@ git submodule add /path/to/local/meteor code
6464
hexo will watch for changes and update. If you are making changes
6565
in the `/code` folder then you will need to `npm clean && npm start`.
6666

67-
Of course, do not commit any of these changes.
67+
Of course, do not commit any of these changes.

0 commit comments

Comments
 (0)