Skip to content

Commit fe2a7b5

Browse files
committed
small typo fixes
1 parent e6c4fb6 commit fe2a7b5

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)