Skip to content

Commit 646438c

Browse files
rgbkrkgregberge
authored andcommitted
docs: fix up some grammar in troubleshooting (#965)
1 parent f3e1208 commit 646438c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,16 +434,16 @@ will be born as the first ones, and then grow into the last ones. As of today, t
434434

435435
## Troubleshooting
436436

437-
If it doesn't work, in 99% cases it's a configuration issue. A missing option, a
437+
If it doesn't work, in 99% of cases it's a configuration issue. A missing option, a
438438
wrong path or port. Webpack is very strict about configuration, and the best way
439439
to find out what's wrong is to compare your project to an already working setup,
440440
check out
441441
**[examples](https://github.com/gaearon/react-hot-loader/tree/master/examples)**,
442442
bit by bit.
443443

444-
If something doesn't work, in 99% cases it's an issue with your code - Component
445-
doesn't got registered, due to HOC or Decorator around it, which is making it
446-
invisible to Babel plugin, or Webpack loader.
444+
If something doesn't work, in 99% of cases it's an issue with your code. The Component
445+
didn't get registered, due to HOC or Decorator around it, which is making it
446+
invisible to the Babel plugin or Webpack loader.
447447

448448
We're also gathering
449449
**[Troubleshooting Recipes](https://github.com/gaearon/react-hot-loader/blob/master/docs/Troubleshooting.md)**

0 commit comments

Comments
 (0)