typo in "by no means"

This commit is contained in:
1van0v 2019-07-11 15:43:58 +03:00 committed by GitHub
parent 1536666ae0
commit a0b7d3b897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).