Skip to content

Commit 5b90eb7

Browse files
authored
Merge pull request #690 from elie222/patch-2
Spelling fix
2 parents b8de609 + e9ed9f1 commit 5b90eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ On the last line there is a ternary operator that chooses either `user.hi` or `u
257257

258258
The method is immediately called with parentheses `()`. But it doesn't work right!
259259

260-
You can see that the call results in an error, cause the value of `"this"` inside the call becomes `undefined`.
260+
You can see that the call results in an error, because the value of `"this"` inside the call becomes `undefined`.
261261

262262
This works (object dot method):
263263
```js

0 commit comments

Comments
 (0)