Skip to content

Commit c3548b6

Browse files
authored
Edit typo
1 parent d67c04c commit c3548b6

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
@@ -278,7 +278,7 @@ Looking closely, we may notice two operations in `obj.method()` statement:
278278
1. First, the dot `'.'` retrieves the property `obj.method`.
279279
2. Then parentheses `()` execute it.
280280

281-
So, how the information about `this` gets passed from the first part to the second one?
281+
So, how does the information about `this` gets passed from the first part to the second one?
282282

283283
If we put these operations on separate lines, then `this` will be lost for sure:
284284

0 commit comments

Comments
 (0)