Skip to content

Commit 87ed1f5

Browse files
committed
Merge pull request #459 from lookfirst/patch-1
small typo fixes
2 parents 356677f + fe2a7b5 commit 87ed1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ scope.$broadcast('schemaForm.error.name','usernameAlreadyTaken','The username is
361361
This will invalidate the field and therefore the form and show the error message where it normally
362362
pops up, under the field for instance.
363363
364-
There is a catch though, schema form can't now when this field is valid s you have to tell it by
364+
There is a catch though, schema form can't know when this field is valid so you have to tell it by
365365
sending an event again, this time switch out the validation message for validity of the field,
366366
i.e. `true`.
367367

0 commit comments

Comments
 (0)