Skip to content

Commit 26cd899

Browse files
committed
Typo
1 parent 164ce09 commit 26cd899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Documentation
77
1. [Global Options](#global-options)
88
1. [Validation Messages](#validation-messages)
99
1. [Custom Validation](#custom-validation)
10-
1. [Inject errors into form, aka backend validation](#inject-errors-into-form-aka-backend validation)
10+
1. [Inject errors into form, aka backend validation](#inject-errors-into-form-aka-backend-validation)
1111
1. [Using ngModelController](#using-ngmodelcontroller)
1212
1. [$validators](#$validators)
1313
1. [$asyncVaidators](#$asyncValidators)
@@ -311,8 +311,8 @@ var form = [
311311
```
312312
313313
314-
Custom Validations
315-
------------------
314+
Custom Validation
315+
-----------------
316316
Sometimes the validation you want is tricky to express in a JSON Schema
317317
or Schema Form does not support it (yet), like `anyOf` and `oneOf`.
318318

0 commit comments

Comments
 (0)