Merge pull request #1196 from alexmuller/fix-typo-referred-jscript

Fix typo: referrerd -> referred
This commit is contained in:
Ilya Kantor 2019-08-01 09:16:04 +03:00 committed by GitHub
commit be6e2cdf00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ Also, if you're in developing for the browser, then there are other specs covere
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 `parseInt` function.
- **MSDN** Microsoft manual with a lot of information, including JavaScript (often referrerd to as JScript). If one needs something specific to Internet Explorer, better go there: <http://msdn.microsoft.com/>. - **MSDN** Microsoft manual with a lot of information, including JavaScript (often referred to as JScript). If one needs something specific to Internet Explorer, better go there: <http://msdn.microsoft.com/>.
Also, we can use an internet search with phrases such as "RegExp MSDN" or "RegExp MSDN jscript". Also, we can use an internet search with phrases such as "RegExp MSDN" or "RegExp MSDN jscript".