From ab471ab1c8a5d3934946147d05b5f549354faf09 Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Tue, 22 Feb 2022 09:16:34 +0000 Subject: [PATCH] readme updated --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d25aa25..9364125 100644 --- a/readme.md +++ b/readme.md @@ -247,7 +247,7 @@ Returns `true` if the value is a `string` and the `.length` is more than 0. ##### .nonEmptyStringAndNotWhitespace(value) -Returns `true` if `is.emptyString(value)` and if it's a `string` that is not a whitespace. +Returns `true` if `is.string(value)` and if it's a `string` that is not a whitespace. ```js const values = ['property1', '', null, 'property2', ' ', undefined, , ,]