Skip to content

Commit b792c60

Browse files
authored
docs: Fix simple typo, miliseconds -> milliseconds (#226)
There is a small typo in README.md, tests/README.md. Should read `milliseconds` rather than `miliseconds`.
1 parent 39ba4e8 commit b792c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ and your webpack config is located at `/home/src/webpack.config.js`, then the va
161161
162162
#### POLL_INTERVAL
163163
164-
`POLL_INTERVAL` is the number of seconds webpack_loader should wait between polling the stats file. The stats file is polled every 100 miliseconds by default and any requests to are blocked while webpack compiles the bundles. You can reduce this if your bundles take shorter to compile.
164+
`POLL_INTERVAL` is the number of seconds webpack_loader should wait between polling the stats file. The stats file is polled every 100 milliseconds by default and any requests to are blocked while webpack compiles the bundles. You can reduce this if your bundles take shorter to compile.
165165
166166
**NOTE:** Stats file is not polled when in production (DEBUG=False).
167167

0 commit comments

Comments
 (0)