Skip to content

Commit 503abba

Browse files
committed
Fixed some grammar issues in the documentation
1 parent 490786a commit 503abba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,8 @@ need the reordering.
12061206
In the form definition you can refer to properties of an array item by the empty
12071207
bracket notation. In the `key` simply end the name of the array with `[]`
12081208
1209-
By default the array will start with one *undefined* value so that the user is presented with one a
1210-
form, to supress this the attribute `startEmpty` to `true`
1209+
By default the array will start with one *undefined* value so that the user is presented with one
1210+
form element. To suppress this behaviour, set the attribute `startEmpty` to `true`.
12111211
12121212
Given the schema:
12131213
```json
@@ -1570,7 +1570,7 @@ function FormCtrl($scope) {
15701570
"eligible",
15711571
{
15721572
type: "conditional",
1573-
condition: "model.person.eligible",
1573+
condition: "model.person.eligible",
15741574
items: [
15751575
"code"
15761576
]

0 commit comments

Comments
 (0)