From b2dac0f6fed811595744aafe705761728b4e7e2e Mon Sep 17 00:00:00 2001 From: Jeremy Danyow Date: Sun, 27 Jan 2019 17:22:06 -0800 Subject: [PATCH] fix typos --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e42b626..12859a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ ```bash yarn start ``` - This command transpile the source files and start a development webserver. Any change you make to the source TypeScript, HTML and SCSS files will automatically be recompiled. Go to http://localhost:4000/index.html to view your changes. + This command compiles the source files and starts a development webserver. Any change you make to the source TypeScript, HTML and SCSS files will automatically be recompiled. Go to http://localhost:4000/index.html to view your changes. ## Theme Development