Skip to content

Commit

Permalink
chore(docs): Fix typo in module paragraph (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Feb 16, 2021
1 parent e6774d9 commit 12c9e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function clearCompileErrors() {}

- `showCompileError` is invoked when an error occurred during a Webpack compilation
(NOTE: `webpackErrorMessage` might be ANSI encoded depending on the integration);
- `clearRuntimeErrors` is invoked when a new Webpack compilation is started (i.e. HMR rebuild).
- `clearCompileErrors` is invoked when a new Webpack compilation is started (i.e. HMR rebuild).

> Note: if you want to use `react-error-overlay` as a value to this option,
> you should instead use `react-dev-utils/refreshOverlayInterop` or implement a similar interop.
Expand Down

0 comments on commit 12c9e8b

Please sign in to comment.