Skip to content

Commit

Permalink
Merge pull request #9 from bjohn465/readme-typo-fix
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
geoctrl authored Feb 18, 2020
2 parents 4ae33d2 + 1904732 commit 96d3110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 96d3110

Please # to comment.