Skip to content

Commit

Permalink
Whoops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Jan 8, 2020
1 parent 4312f73 commit 5fd48d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-config-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Validates input data as a boolean.
__Output type:__ `boolean`

__Options:__
* `defaultValue: boolean | string | Reference<boolean | string> | (() => boolean | string)` - defines a default value, see [Default values](#default-values) section for more details.
* `defaultValue: boolean | Reference<boolean> | (() => boolean)` - defines a default value, see [Default values](#default-values) section for more details.
* `validate: (value: boolean | string) => string | void` - defines a custom validator function, see [Custom validation](#custom-validation) section for more details.

__Usage:__
Expand Down

0 comments on commit 5fd48d8

Please sign in to comment.