From a0b7d3b89791e893c56052c7c42b7803259daa09 Mon Sep 17 00:00:00 2001 From: 1van0v Date: Thu, 11 Jul 2019 15:43:58 +0300 Subject: [PATCH] typo in "by no means" --- 5-network/07-url/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-network/07-url/article.md b/5-network/07-url/article.md index 654539c3..78e283d4 100644 --- a/5-network/07-url/article.md +++ b/5-network/07-url/article.md @@ -185,7 +185,7 @@ So we should use only `encodeURIComponent` for each search parameter, to correct ### Why URL? -Lots of old code uses these functions, these are sometimes convenient, and by noo means not dead. +Lots of old code uses these functions, these are sometimes convenient, and by no means not dead. But in modern code, it's recommended to use classes [URL](https://url.spec.whatwg.org/#url-class) and [URLSearchParams](https://url.spec.whatwg.org/#interface-urlsearchparams).