You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/guides/development.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ We can see that the error also contains a reference to the file (`print.js`) and
97
97
98
98
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.
99
99
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.
101
101
102
102
There are a couple of different options available in webpack that help you automatically compile your code whenever it changes:
0 commit comments