Skip to content

Commit 9d0c74b

Browse files
authored
Merge pull request javascript-tutorial#46 from aadithpm/patch-6
Edit typo
2 parents 08c3e0d + c3548b6 commit 9d0c74b

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)