From f2aacbf2d5b764565dabe9be7ddd50c0732f06c1 Mon Sep 17 00:00:00 2001 From: Peter Golm Date: Tue, 4 Jul 2017 13:27:15 +0200 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 568589753..0fbe17e8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ If you fix a bug or add a cool feature, please submit a pull request! * Use comments whenever the code's meaning is not obvious * When in doubt, try to match the style in existing source files -###Grunt +### Grunt The easiest way to hack on JSON Editor is to run `grunt watch`, which re-builds `dist/jsoneditor.js` every time a source file changes.