summaryrefslogtreecommitdiffstats
path: root/STYLE-GUIDE.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-04 21:49:36 -0700
committerit33 <iantien@gmail.com>2015-08-04 21:49:36 -0700
commit401ea1903020221b52bb987473f50a6a65d5ddea (patch)
treecb7c1c29f4685938ea216a33edd95c74076ddfca /STYLE-GUIDE.md
parentea51edf0c4a2c62ba3f6585dfde93c240c8f0a4b (diff)
downloadchat-401ea1903020221b52bb987473f50a6a65d5ddea.tar.gz
chat-401ea1903020221b52bb987473f50a6a65d5ddea.tar.bz2
chat-401ea1903020221b52bb987473f50a6a65d5ddea.zip
Typo and case correction
Propose for 0.7.0
Diffstat (limited to 'STYLE-GUIDE.md')
-rw-r--r--STYLE-GUIDE.md4
1 files changed, 2 insertions, 2 deletions
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