Fix typo: referrerd -> referred
This commit is contained in:
parent
85e67ebb5b
commit
3ffe663233
1 changed files with 1 additions and 1 deletions
|
@ -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".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue