From cdbcfa92451842a17154afb78f18d4000bb9f18b Mon Sep 17 00:00:00 2001 From: idori Date: Sat, 14 Oct 2017 23:28:15 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59aa175..291d80b1 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ function doSomething() { } ``` -a semicolong is inserted automatically after the `return`. To avoid this, the curly braces should be right after it and not in a new line: +A semicolong is inserted automatically after the `return`. To avoid that, the opening curly brace should be right after it and not in a new line: ```javascript function doSomething() {