Skip to content

Commit e1fb0bc

Browse files
committed
Fix typos
1 parent 5d04186 commit e1fb0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Each `type` must be one of `range` • `input` • `checkbox` • `color` • `i
6767
Some types have additional properties:
6868
- Inputs of type `range` can specify a `min`, `max`, and `step` (or integer `steps`). Scale can be either `'linear'` (default) or `'log'`. If a log scale, the sign of `min`, `max`, and `initial` must be the same and only `steps` is permitted (since the step size is not constant on a log scale).
6969
- Inputs of type `color` can specify a `format` as either `rgb``hex``array`
70-
- Inputs of tyep `button` can specify an `action` callback. Button inputs are not reflected in the state and do not trigger an `'input'` event.
71-
- Inputs of interval obey the same semantics as `range` inputs, excep the input and ouput is a two-element array corresponding to the low/high bounds, e.g. `initial: [1, 7.5]`.
70+
- Inputs of type `button` can specify an `action` callback. Button inputs are not reflected in the state and do not trigger an `'input'` event.
71+
- Inputs of type `interval` obey the same semantics as `range` inputs, except the input and ouput is a two-element array corresponding to the low/high bounds, e.g. `initial: [1, 7.5]`.
7272

7373
The following optional parameters can also be passed as `opts`
7474
- `root` root element to which to append the panel

0 commit comments

Comments
 (0)