Richard Knight лет назад: 6
Родитель
Сommit
1ef197f493
1 измененных файлов с 1 добавлено и 1 удалено
  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