Merge pull request #1143 from 1van0v/patch-5

typo in "by no means"
This commit is contained in:
Ilya Kantor 2019-07-11 23:30:22 +03:00 committed by GitHub
commit ce42dab655
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).