From 3d383ac128d2afa85b7dc46d1ae11d7f2a45dd38 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 1 Nov 2018 18:21:10 +0700 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0701084..b934d05 100644 --- a/readme.md +++ b/readme.md @@ -98,7 +98,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U ##### .numericString(value) -Returns `true` for a string that represents a number, for example `'42'` and `'-8'`. +Returns `true` for a string that represents a number. For example, `'42'` and `'-8'`. ##### .regExp(value) ##### .date(value)