From 1246f79ca24fa5e75f0e97da441b0260f34642b2 Mon Sep 17 00:00:00 2001 From: Jordan Cates <62562361+helloimjordan@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:22:26 -0800 Subject: [PATCH] Fix article typo remove unnecessary 'in' --- 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 76eb1a8119..2824232bbe 100644 --- a/1-js/01-getting-started/2-manuals-specifications/article.md +++ b/1-js/01-getting-started/2-manuals-specifications/article.md @@ -13,7 +13,7 @@ A new specification version is released every year. In-between these releases, t To read about new bleeding-edge features, including those that are "almost standard" (so-called "stage 3"), see proposals at . -Also, if you're in developing for the browser, then there are other specifications covered in the [second part](info:browser-environment) of the tutorial. +Also, if you're developing for the browser, then there are other specifications covered in the [second part](info:browser-environment) of the tutorial. ## Manuals