Merge pull request #61 from morajabi/patch-1

Fix type `resule` to `result`
This commit is contained in:
Ilya Kantor 2017-06-30 13:55:14 +03:00 committed by GitHub
commit 12489c6cfd

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 :)