Skip to content

Commit

Permalink
Extract typo fix from #24
Browse files Browse the repository at this point in the history
This was fixed in #24, but that one has gone stale and needs updating so
I am clearing it out and pushing this up as the subset of that commit
which still applies and is useful.
  • Loading branch information
wincent committed Oct 23, 2015
1 parent abc267b commit 7c3500d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ npm run watch
in a terminal. This will watch the file system run lint, tests, and type
checking automatically whenever you save a js file.

To lint the JS files and type interface checks run `npm run lint`.
To lint the JS files and run type interface checks run `npm run lint`.

0 comments on commit 7c3500d

Please sign in to comment.