Skip to content

Commit 61e825b

Browse files
author
Shashank Rajesh
authored
Fixed grammatical typo.
Singular case agreement error. Yes, all I did was remove an 's' from a word. What a great first contribution to an open source project!
1 parent 758b24c commit 61e825b

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

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

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

0 commit comments

Comments
 (0)