sindresorhus / normalize-url

Normalize a URL
MIT License
837 stars 123 forks source link

Fixed typos in sortQueryParams docs #160

Closed mariospar closed 2 years ago

mariospar commented 2 years ago

Hello, I found a typo at the README.md of your repo. Specifically in the sortQueryParameters example the initial URL is www.sindresorhus.com?b=two&a=one&c=three and the output http://sindresorhus.com/?b=two&a=one&c=three. The query params are not sorted

mariospar commented 2 years ago

Nevermind, I misread the docs