diff --git a/docs/_posts/2017-07-26-error-handling-in-react-16.md b/docs/_posts/2017-07-26-error-handling-in-react-16.md index 574716ad11..3dd7ecdffb 100644 --- a/docs/_posts/2017-07-26-error-handling-in-react-16.md +++ b/docs/_posts/2017-07-26-error-handling-in-react-16.md @@ -77,7 +77,7 @@ We also encourage you to use JS error reporting services (or build your own) so ## Component Stack Traces -React 16 prints all errors to the console in development, even if the application accidentally swallows them. In addition to the error message and the JavaScript stack, it also provides component stack traces. Now you can see where exactly in the component tree the failure has happened: +React 16 prints all errors that occurred during rendering to the console in development, even if the application accidentally swallows them. In addition to the error message and the JavaScript stack, it also provides component stack traces. Now you can see where exactly in the component tree the failure has happened: Component stack traces in error message