Skip to content

Commit 60772bb

Browse files
authored
Merge pull request #52 from robertsheacole/patch-3
Misspelled word
2 parents 1cf2128 + 9d062c3 commit 60772bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/01-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ delete user["likes birds"];
125125

126126
Now everything is fine. Please note that the string inside the brackets is properly quoted (any type of quotes will do).
127127

128-
Square brackets also provide a way to obtain the property name as the result of any expression - as opposed to a litteral string - like from a variable as follows:
128+
Square brackets also provide a way to obtain the property name as the result of any expression - as opposed to a literal string - like from a variable as follows:
129129

130130
```js
131131
let key = "likes birds";

0 commit comments

Comments
 (0)