Skip to content

Commit 12489c6

Browse files
authored
Merge pull request #61 from morajabi/patch-1
Fix type `resule` to `result`
2 parents 9da4c17 + 9a9f953 commit 12489c6

File tree

1 file changed

+2
-2
lines changed
  • 1-js/04-object-basics/04-object-methods/2-check-syntax

1 file changed

+2
-2
lines changed

1-js/04-object-basics/04-object-methods/2-check-syntax/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 2
44

55
# Syntax check
66

7-
What is the resule of this code?
7+
What is the result of this code?
88

99

1010
```js no-beautify
@@ -16,4 +16,4 @@ let user = {
1616
(user.go)()
1717
```
1818

19-
P.S. There's a pitfall :)
19+
P.S. There's a pitfall :)

0 commit comments

Comments
 (0)