Fix one more missing word

This commit is contained in:
Peter Hauke 2022-06-22 19:12:40 +02:00 committed by GitHub
parent dde15c974b
commit a134d67e50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Also, if you're developing for the browser, then there are other specifications
You can find it at <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>. You can find it at <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>.
Although, it's often best to use an internet search instead. Just use "MDN [term]" in the query, e.g. <https://google.com/search?q=MDN+parseInt> to search for `parseInt` function. Although, it's often best to use an internet search instead. Just use "MDN [term]" in the query, e.g. <https://google.com/search?q=MDN+parseInt> to search for the `parseInt` function.
## Compatibility tables ## Compatibility tables