From 7c3500da9bf4a158e2070a0dc7d1a096d4b78c61 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Fri, 23 Oct 2015 15:19:00 -0700 Subject: [PATCH] Extract typo fix from #24 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa997f..418cc62 100644 --- a/README.md +++ b/README.md @@ -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`.