Skip to content

Commit ce42dab

Browse files
authored
Merge pull request #1143 from 1van0v/patch-5
typo in "by no means"
2 parents 90e8638 + a0b7d3b commit ce42dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/07-url/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ So we should use only `encodeURIComponent` for each search parameter, to correct
185185

186186
### Why URL?
187187

188-
Lots of old code uses these functions, these are sometimes convenient, and by noo means not dead.
188+
Lots of old code uses these functions, these are sometimes convenient, and by no means not dead.
189189

190190
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).
191191

0 commit comments

Comments
 (0)