Skip to content

Commit 91b0171

Browse files
zackifyTheLarkInn
authored andcommitted
Fix Heading (#537)
1 parent 7cb1fcb commit 91b0171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/hmr-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The important thing to note in the code above is the `module` reference.
235235

236236
So in this case, `module.hot.accept` will fire the `render` method whenever `src/components/App.js` or its dependencies are changed - which means the `render` method will also fire when the `App.css` is changed, since `App.css` is included in `App.js`.
237237

238-
###index.html
238+
### index.html
239239

240240
This needs to be placed inside of `dist` in your project root. webpack-dev-server will not run without it.
241241

0 commit comments

Comments
 (0)