Fix typos in descriptions

This commit is contained in:
Wojciech Maj
2017-12-18 00:51:27 +01:00
parent 997e045950
commit 4b97d1182d
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
Returns the native type of a value.
Returns lower-cased constructor name of value, "undefined" or "null" if value is undefined or null
Returns lowercased constructor name of value, "undefined" or "null" if value is undefined or null
```js
const getType = v =>