Skip to content

Commit 8bf8d97

Browse files
committed
Typographical error.
1 parent 69a1913 commit 8bf8d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/public/blog/native-nodejs-hmr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ One of the key factors in rapid development is
44
discarding as little state as possible.
55
In Node.js, this means the new `--watch` flags
66
are not that useful, since they throw everything away.
7-
The ideal is to simply invalidate module when it changes
7+
The ideal is to simply invalidate a module when it changes
88
or when a module it depends on changes.
99
This way, all imports and data are always fresh,
1010
but only partial module trees get re-evaluated.

0 commit comments

Comments
 (0)