Skip to content

Commit be9d16e

Browse files
tkrotoffSpaceK33z
authored andcommitted
Missing space
1 parent f362c3d commit be9d16e

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
@@ -6,7 +6,7 @@ contributors:
66
- jhnns
77
---
88

9-
As explained in detail on the [concept page](/concepts/hot-module-replacement), Hot Module Replacement (HMR)exchanges, adds, or removes modules while an application is running without a page reload.
9+
As explained in detail on the [concept page](/concepts/hot-module-replacement), Hot Module Replacement (HMR) exchanges, adds, or removes modules while an application is running without a page reload.
1010
HMR is particularly useful in applications using a single state tree,
1111
since components are "dumb" and will reflect the latest application state, even
1212
after their source is changed and they are replaced.

0 commit comments

Comments
 (0)