Skip to content

Commit

Permalink
Docs: fix typo (#13717)
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Sep 26, 2020
1 parent 9b8490e commit d79bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/source-code.md
Expand Up @@ -22,7 +22,7 @@ Once you have a local copy and have Node.JS and npm installed, you'll need to in

Now when you run `eslint`, it will be running your local copy and showing your changes.

**Note:** It's a good idea to re-rerun `npm install` whenever you pull from the main repository to ensure you have the latest development dependencies.
**Note:** It's a good idea to re-run `npm install` whenever you pull from the main repository to ensure you have the latest development dependencies.

## Directory structure

Expand Down

0 comments on commit d79bbe9

Please sign in to comment.