Skip to content

Commit b1d6cbe

Browse files
committed
Merge pull request GitbookIO#51 from gag/patch-1
Typo
2 parents de0d940 + 564590f commit b1d6cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Objects
2-
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value in an `object`.**
2+
The primitive types of JavaScript are `true`, `false`, numbers, strings, `null` and `undefined`. **Every other value is an `object`.**
33

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

0 commit comments

Comments
 (0)