Typo and case correction

Propose for 0.7.0
This commit is contained in:
it33
2015-08-04 21:49:36 -07:00
parent ea51edf0c4
commit 401ea19030

View File

@@ -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