summaryrefslogtreecommitdiffstats
path: root/STYLE-GUIDE.md
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-06 10:29:08 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-06 10:29:08 -0400
commit6c24435ab06ce8e560257e16f6dac3336ae0fe02 (patch)
treebbdcc2f9d880e8e767f53f9abe319f5e1e8a7f10 /STYLE-GUIDE.md
parent41adcc83058da75512dece49506bb2ef6cbdeabb (diff)
parent401ea1903020221b52bb987473f50a6a65d5ddea (diff)
downloadchat-6c24435ab06ce8e560257e16f6dac3336ae0fe02.tar.gz
chat-6c24435ab06ce8e560257e16f6dac3336ae0fe02.tar.bz2
chat-6c24435ab06ce8e560257e16f6dac3336ae0fe02.zip
Merge pull request #335 from mattermost/it33-patch-4
Typo and case correction
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