Merge pull request #335 from mattermost/it33-patch-4

Typo and case correction
Этот коммит содержится в:
Christopher Speller
2015-08-06 10:29:08 -04:00
родитель 41adcc8305 401ea19030
Коммит 6c24435ab0

Просмотреть файл

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