mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Typo and case correction
Propose for 0.7.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user