fix: typo

This commit is contained in:
Jay Kid 2017-06-30 15:37:11 +02:00
parent bb69d231e1
commit 8ed2139335

View file

@ -768,7 +768,7 @@ example.setValueByChoice('Two'); // Choice with value of 'Two' has now been sele
### disable();
**Input types affected:** `text`, `select-one`, `select-multiple`
**Usage:** Disables input from accepting new value/sselecting further choices.
**Usage:** Disables input from accepting new value/selecting further choices.
### enable();
**Input types affected:** `text`, `select-one`, `select-multiple`