浏览代码

Improved?

Richard Knight 6 年之前
父节点
当前提交
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