From 1904732ac16b3669f4f0e77943e724c6e939359f Mon Sep 17 00:00:00 2001 From: Brandon Johnson Date: Tue, 18 Feb 2020 12:40:38 -0700 Subject: [PATCH] Fix typo in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "this turns of" → "this turns off" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b69b06..f8c305d 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ class Root extends React.Component { #### Opts - `featureName` (required): A string name for the feature. This is shown to the user when componentDidCatch is called, so it should be user friendly. -- `noStrictMode` (optional): A boolean that defaults to false. When true, this turns of react strict mode. Note that canopy-react-error-boundary is compatible with react@<=15 and will +- `noStrictMode` (optional): A boolean that defaults to false. When true, this turns off react strict mode. Note that canopy-react-error-boundary is compatible with react@<=15 and will not try to use `React.StrictMode` if it is not available.