From b0dcb50c75de0b12fb004f6f5bb94787f73eb530 Mon Sep 17 00:00:00 2001 From: willstacey Date: Thu, 27 Aug 2015 11:26:38 -0700 Subject: Spelling error somthing -> something --- STYLE-GUIDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'STYLE-GUIDE.md') diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index 0da0a14f8..06ae363d3 100644 --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -85,14 +85,14 @@ var my_variable = 4; ```javascript // Correct -if (somthing) { +if (something) { stuff...; } else if (otherthing) { stuff...; } // Incorrect -if (somthing) +if (something) { stuff...; } @@ -102,8 +102,8 @@ else } // Incorrect -if (somthing) stuff...; -if (somthing) +if (something) stuff...; +if (something) stuff...; ``` -- cgit v1.2.3-1-g7c22