From ad77816bb23034cca010b1cc85fc2fb11c7a12bd Mon Sep 17 00:00:00 2001 From: Jessiesttt <41285428+Jessiesttt@users.noreply.github.com> Date: Fri, 7 Sep 2018 11:53:32 +0800 Subject: [PATCH] Fix 2 typos --- 1-js/05-data-types/02-number/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/02-number/article.md b/1-js/05-data-types/02-number/article.md index b4a3962b..b42e9f1e 100644 --- a/1-js/05-data-types/02-number/article.md +++ b/1-js/05-data-types/02-number/article.md @@ -283,7 +283,7 @@ In most cases the distinction is unnoticeable, because operators are suited to t Remember these two special numeric values? -- `Infinite` (and `-Infinite`) is a special numeric value that is greater (less) than anything. +- `Infinity` (and `-Infinity`) is a special numeric value that is greater (less) than anything. - `NaN` represents an error. They belong to the type `number`, but are not "normal" numbers, so there are special functions to check for them: