From 30b7e1d551c978b3f45ef5e181fca64c2fc481e1 Mon Sep 17 00:00:00 2001 From: LeviDing Date: Sun, 10 Jul 2022 23:52:17 +0800 Subject: [PATCH] Update article.md --- 1-js/01-getting-started/2-manuals-specifications/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/2-manuals-specifications/article.md b/1-js/01-getting-started/2-manuals-specifications/article.md index 519c1b1b..3fa24333 100644 --- a/1-js/01-getting-started/2-manuals-specifications/article.md +++ b/1-js/01-getting-started/2-manuals-specifications/article.md @@ -29,7 +29,7 @@ JavaScript is a developing language, new features get added regularly. To see their support among browser-based and other engines, see: -- - per-feature tables of support, e.g. to see which engines support modern cryptography functions: . +- - per-feature tables of support, e.g. to see which engines support modern cryptography functions: . - - a table with language features and engines that support those or don't support. All these resources are useful in real-life development, as they contain valuable information about language details, their support, etc.