Fix type resule to result

This commit is contained in:
Mohammad Rajabifard 2017-06-24 16:52:56 +04:30 committed by GitHub
parent 2a0516d174
commit 9a9f95358d

View file

@ -4,7 +4,7 @@ importance: 2
# Syntax check
What is the resule of this code?
What is the result of this code?
```js no-beautify
@ -16,4 +16,4 @@ let user = {
(user.go)()
```
P.S. There's a pitfall :)
P.S. There's a pitfall :)