Skip to content

Commit b7e6785

Browse files
authored
Merge pull request #80 from Wikia/errorboundary-readme-fix
Typo in withErrorBoundary readme
2 parents 85a8561 + ceba608 commit b7e6785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hocs/withErrorBoundary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `options` param is optional and can have the following:
99
* `options.name` - Boundary's name; this will be used in `console.log` and will be sent to remote log
1010
**NOTE**: By default it's equal to `Component.name` (class name of the `Component` HoC param)
1111
* `options.fallback` - a component that will be displayed if there's an error
12-
* `options.skipLog` - if `false` the remote log will not be used; useful for developing/debugging local code
12+
* `options.skipLog` - if `true` the remote log will not be used; useful for developing/debugging local code
1313
* `options.appName` - Front-End application's name; this is sent to remote log
1414
* `options.appVersion` - Front-End application's verion; this is sent to remote log
1515

0 commit comments

Comments
 (0)