Skip to content

Commit be6e2cd

Browse files
authored
Merge pull request #1196 from alexmuller/fix-typo-referred-jscript
Fix typo: referrerd -> referred
2 parents ea9d389 + 3ffe663 commit be6e2cd

File tree

1 file changed

+1
-1
lines changed
  • 1-js/01-getting-started/2-manuals-specifications

1 file changed

+1
-1
lines changed

1-js/01-getting-started/2-manuals-specifications/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Also, if you're in developing for the browser, then there are other specs covere
2424
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.
2525

2626

27-
- **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/>.
27+
- **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/>.
2828

2929
Also, we can use an internet search with phrases such as "RegExp MSDN" or "RegExp MSDN jscript".
3030

0 commit comments

Comments
 (0)