Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 6fefa57

Browse files
docs(rules): Update docs
1 parent 377115a commit 6fefa57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/required.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Required
22

3-
Validates if the given input is not empty.
3+
Validates if the given input is required (not empty).
44

55
Valid values:
66

docs/url.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Url
22

3-
Validates if the given input is url.
3+
Validates if the given input is a url.
44

55
Valid values:
66

docs/version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version
22

3-
Validates if the given input is version using [Semantic Versioning](http://semver.org/).
3+
Validates if the given input is a version.
44

55
Valid values:
66

0 commit comments

Comments
 (0)