Skip to content

Commit abfc2e3

Browse files
committed
Merge pull request gajus#68 from tiemevanveen/patch-1
Fix typo in readme
2 parents a9d92b0 + 6359a4c commit abfc2e3

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
@@ -369,7 +369,7 @@ Throws an error when `styleName` cannot be mapped to an existing CSS Module.
369369

370370
## React Hot Module Replacement
371371

372-
[Hot module reloading](https://github.com/gaearon/react-transform-hmr) (HMR) does to reload the CSS document (see https://github.com/gajus/react-css-modules/issues/51). It only reloads the `class` HTML attribute value.
372+
[Hot module reloading](https://github.com/gaearon/react-transform-hmr) (HMR) does not reload the CSS document (see https://github.com/gajus/react-css-modules/issues/51). It only reloads the `class` HTML attribute value.
373373

374374
To enable CSS reloading, wrap [`webpack-dev-server`](https://webpack.github.io/docs/webpack-dev-server.html) configuration using [BrowserSync](https://www.browsersync.io/). BrowserSync enables CSS reloading when it detects a file change.
375375

0 commit comments

Comments
 (0)