From 2f37f1c40bf4c9696bfc83f2ad9cf1ef683fa147 Mon Sep 17 00:00:00 2001 From: zzy0302 <503652983@qq.com> Date: Thu, 17 Sep 2020 16:54:45 +0800 Subject: [PATCH] Update article.md --- 1-js/02-first-steps/05-types/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/05-types/article.md b/1-js/02-first-steps/05-types/article.md index aec2cf83..537496e1 100644 --- a/1-js/02-first-steps/05-types/article.md +++ b/1-js/02-first-steps/05-types/article.md @@ -85,7 +85,7 @@ As `BigInt` numbers are rarely needed, we don't cover them here, but devoted the Right now `BigInt` is supported in the latest version Firefox/Chrome/Edge and Safari with iOS 14, but not in IE. ``` -[More Detial](https://caniuse.com/?search=bigint) about BigInt compatibility. +[More Details](https://caniuse.com/?search=bigint) about BigInt compatibility. ## String