Skip to content

Commit

Permalink
Merge pull request GitbookIO#51 from gag/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
SamyPesse committed May 1, 2014
2 parents de0d940 + 564590f commit b1d6cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Objects
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value in an `object`.**
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value is an `object`.**

In JavaScript objects contain `propertyName`: `propertyValue` pairs.

0 comments on commit b1d6cbe

Please sign in to comment.