Update article.md

This commit is contained in:
sawyerrken 2019-04-02 20:45:08 +01:00 committed by GitHub
parent 6505121c9e
commit bb159fcac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ alert(typeof value); // string
String conversion is mostly obvious. A `false` becomes `"false"`, `null` becomes `"null"`, etc.
## Numberic Conversion
## Numeric Conversion
Numeric conversion happens in mathematical functions and expressions automatically.