From 646438c5efcd3bd05b338a11c85f98422b430e41 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 4 May 2018 13:51:06 -0700 Subject: [PATCH] docs: fix up some grammar in troubleshooting (#965) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4bc40498..eee39e6df 100644 --- a/README.md +++ b/README.md @@ -434,16 +434,16 @@ will be born as the first ones, and then grow into the last ones. As of today, t ## Troubleshooting -If it doesn't work, in 99% cases it's a configuration issue. A missing option, a +If it doesn't work, in 99% of cases it's a configuration issue. A missing option, a wrong path or port. Webpack is very strict about configuration, and the best way to find out what's wrong is to compare your project to an already working setup, check out **[examples](https://github.com/gaearon/react-hot-loader/tree/master/examples)**, bit by bit. -If something doesn't work, in 99% cases it's an issue with your code - Component -doesn't got registered, due to HOC or Decorator around it, which is making it -invisible to Babel plugin, or Webpack loader. +If something doesn't work, in 99% of cases it's an issue with your code. The Component +didn't get registered, due to HOC or Decorator around it, which is making it +invisible to the Babel plugin or Webpack loader. We're also gathering **[Troubleshooting Recipes](https://github.com/gaearon/react-hot-loader/blob/master/docs/Troubleshooting.md)**