From 401ea1903020221b52bb987473f50a6a65d5ddea Mon Sep 17 00:00:00 2001 From: it33 Date: Tue, 4 Aug 2015 21:49:36 -0700 Subject: Typo and case correction Propose for 0.7.0 --- STYLE-GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'STYLE-GUIDE.md') diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md index e3fe2addf..0da0a14f8 100644 --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -1,6 +1,6 @@ # Mattermost Style Guide -1. [GO](#go) +1. [Go](#go) 2. [Javascript](#javascript) 3. [React-JSX](#react-jsx) @@ -159,7 +159,7 @@ This is an abridged version of the [Airbnb React/JSX Style Guide](https://github - Property names use camelCase. - React component names use CapitalCamelCase. -- Do not use an understore for internal methods in a react component. +- Do not use an underscore for internal methods in a react component. ```xml // Correct -- cgit v1.2.3-1-g7c22