Minor documentational correction

When the subject is singular, regular verbs tend to have an additional 's'. Hence, 'return' is modified to 'returns' to implement this rule. With it, the text may flow more easily to the reader
This commit is contained in:
jokebookservice1 2018-11-02 12:55:20 +00:00 committed by GitHub
parent 2232eeea79
commit c2a182999f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ Keep in mind that [functions are objects too](https://developer.mozilla.org/en-U
Returns `true` for a string that represents a number. For example, `'42'` and `'-8'`.
Note: `'NaN'` return `false`, but `'Infinity'` and `'-Infinity'` return `true`.
Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`.
##### .regExp(value)
##### .date(value)