Fix typo: referrerd -> referred

This commit is contained in:
Alex Muller 2019-07-31 15:08:16 +01:00
parent 85e67ebb5b
commit 3ffe663233

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.
- **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".