Skip to content

Commit 9cc40c8

Browse files
Dave Woodallskipjack
Dave Woodall
authored andcommitted
docs(guides): fix typo in development (#1609)
1 parent 450b4a6 commit 9cc40c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ We can see that the error also contains a reference to the file (`print.js`) and
9797

9898
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.
9999

100-
It quickly becomes a hassle to manually run `npm run build` everytime you want to compile your code.
100+
It quickly becomes a hassle to manually run `npm run build` every time you want to compile your code.
101101

102102
There are a couple of different options available in webpack that help you automatically compile your code whenever it changes:
103103

0 commit comments

Comments
 (0)