Skip to content

Commit

Permalink
Update QuickDevelopment.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
KevinBon authored Oct 19, 2017
1 parent 916a050 commit 86e3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/QuickDevelopment.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ For other HMR scenarios, such as an exported React Element, `nwb react run`'s re

#### Opting out of Rendering Shims with `--force`

If you don't want to use a rendering shim, pass a `--force` flag the module you provide will be used as the entry point ant you'll be responsible for rendering your app to the DOM.
If you don't want to use a rendering shim, pass a `--force` flag the module you provide will be used as the entry point and you'll be responsible for rendering your app to the DOM.

You will also need to manually deal with HMR for Inferno and Preact if you want it, as they don't currently have equivalents of React Hot Loader, which does HMR at the component level.

Expand Down

0 comments on commit 86e3b1e

Please sign in to comment.