Skip to content

Commit

Permalink
chore(docs): rephrase sentence for grammatical correctness (#1620)
Browse files Browse the repository at this point in the history
Change Text from "Passing anything other than a string is an error." to "Passing anything other than a string will result in an error."
  • Loading branch information
prahaladbelavadi authored Mar 3, 2021
1 parent 328dea0 commit 022b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A library of string validators and sanitizers.
**This library validates and sanitizes strings only.**

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

## Installation and Usage

Expand Down

0 comments on commit 022b100

Please sign in to comment.