Skip to content

Commit 022b100

Browse files
chore(docs): rephrase sentence for grammatical correctness (#1620)
Change Text from "Passing anything other than a string is an error." to "Passing anything other than a string will result in an error."
1 parent 328dea0 commit 022b100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A library of string validators and sanitizers.
1414
**This library validates and sanitizes strings only.**
1515

1616
If you're not sure if your input is a string, coerce it using `input + ''`.
17-
Passing anything other than a string is an error.
17+
Passing anything other than a string will result in an error.
1818

1919
## Installation and Usage
2020

0 commit comments

Comments
 (0)