Richard Knight 6 vuotta sitten
vanhempi
commit
1ef197f493
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ All fields support the following metadata. The missing properties will be 'fille
 
 ### Options metadata (selects, radios, checkbutton groups, etc)
 
-Oprions can be specified as an array of values, an array of [value, label] pairs, or an array of objects with the structure { value: 'VAL', label: 'My label' }. If you supply a aimple array of values, each value is used as both the value and label.
+Oprions can be specified as an array of values, an array of [value, label] pairs, or an array of objects with the structure { value: 'VAL', label: 'My label' }. If you supply a a simple array of values, each value is used as both the value and label.
 
 #### Available types