Skip to content

Commit e9fa600

Browse files
fixed typo in readme
1 parent 3a6836c commit e9fa600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import ToggleButton from 'vue-js-toggle-button/src/Button'
5252
| Name | Type | Default | Description |
5353
| --- | --- | --- | --- |
5454
| value | Boolean | false | Initial state of the toggle button |
55-
| sync | Boolean | false | If set to `true`, will be watching changes in `value` property and overwrite the current state of the button whenever `value` prop. changes |
55+
| sync | Boolean | false | If set to `true`, will be watching changes in `value` property and overwrite the current state of the button whenever `value` prop changes |
5656
| speed | Number | 300 | Transition time for the animation |
5757
| disabled | Boolean | false | Button does not react on mouse events |
5858
| color | [String, Object] | `#75C791` | If `String` - color of the button when checked <br>If `Object` - colors for the button when checked/uncheked <br>Example: `{checked: '#00FF00', unchecked: '#FF0000'}` |

0 commit comments

Comments
 (0)