Skip to content

Commit a1d331a

Browse files
committed
chore(readme): update readme
1 parent be3d36f commit a1d331a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ It will create `$errors` object inside components.
109109
## Methods are available:
110110

111111
| Validator | Description |
112-
| ------------------------------------ | ---------------------------------------------------------------- | -------------------- |
112+
| ------------------------------------ | ---------------------------------------------------------------- |
113113
| **has(field = null)** | check specific field error |
114114
| **first(field)** | get message by field name. |
115115
| **missed(field = null)** | check if there is no any error of given field name. |
116-
| **nullState(field = null)** | false | null of given field. |
116+
| **nullState(field = null)** | Check if null of given field. |
117117
| **any()** | check if any errors exist. |
118118
| **get(field)** | get specific field. |
119119
| **all()** | get all errors. |

0 commit comments

Comments
 (0)