Skip to content

Commit 2d71b5c

Browse files
lsoaresajpiano
authored andcommitted
Fix typo in JavaScript 101 - Types article. Fixes jquery#250.
1 parent ab948ef commit 2d71b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var bar2;
6969

7070
## Objects
7171

72-
Everything else is in JavaScript is considered an Object. While there are [numerous built-in objects](https://developer.mozilla.org/en/JavaScript/Reference#Global_Objects, "MDN - Global Object Reference"), this chapter will cover:
72+
Everything else in JavaScript is considered an Object. While there are [numerous built-in objects](https://developer.mozilla.org/en/JavaScript/Reference#Global_Objects, "MDN - Global Object Reference"), this chapter will cover:
7373

7474
* Object
7575
* Array

0 commit comments

Comments
 (0)