From e07b77e9ecd3e6717d5c0878a8d2935276cf9508 Mon Sep 17 00:00:00 2001 From: Dave Woodall Date: Wed, 27 Sep 2017 18:28:01 -0400 Subject: [PATCH] Fix typo --- src/content/guides/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/development.md b/src/content/guides/development.md index 68e30beceae5..0a72f76700de 100644 --- a/src/content/guides/development.md +++ b/src/content/guides/development.md @@ -97,7 +97,7 @@ We can see that the error also contains a reference to the file (`print.js`) and W> Some text editors have a "safe write" function that might interfere with some of the following tools. Read [Adjusting Your text Editor](#adjusting-your-text-editor) for a solution to these issues. -It quickly becomes a hassle to manually run `npm run build` everytime you want to compile your code. +It quickly becomes a hassle to manually run `npm run build` every time you want to compile your code. There are a couple of different options available in webpack that help you automatically compile your code whenever it changes: