Skip to content

Commit e9ed9f1

Browse files
authored
Spelling fix
1 parent 45435ce commit e9ed9f1

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

+1-1
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)