From 022b100af77af10c1e67678a2ebc33b63c3eea55 Mon Sep 17 00:00:00 2001 From: Prahalad Belavadi Date: Wed, 3 Mar 2021 16:23:59 +0530 Subject: [PATCH] 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." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ee6e97c..11bc1a368 100644 --- a/README.md +++ b/README.md @@ -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