Skip to content

Commit a134d67

Browse files
authored
Fix one more missing word
1 parent dde15c9 commit a134d67

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
@@ -21,7 +21,7 @@ Also, if you're developing for the browser, then there are other specifications
2121

2222
You can find it at <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>.
2323

24-
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.
24+
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.
2525

2626
## Compatibility tables
2727

0 commit comments

Comments
 (0)