Skip to content

Commit fa50e7f

Browse files
authored
Merge pull request #1186 from sridharkritha/patch-1
Minor typo error
2 parents 79433bd + afe6d11 commit fa50e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The `object` type is special.
178178

179179
All other types are called "primitive" because their values can contain only a single thing (be it a string or a number or whatever). In contrast, objects are used to store collections of data and more complex entities. We'll deal with them later in the chapter <info:object> after we learn more about primitives.
180180

181-
The `symbol` type is used to create unique identifiers for objects. We mention it here for completeness, but we'll study ite after objects.
181+
The `symbol` type is used to create unique identifiers for objects. We mention it here for completeness, but we'll study it after objects.
182182

183183
## The typeof operator [#type-typeof]
184184

0 commit comments

Comments
 (0)