summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-17 05:10:12 -0700
committerit33 <iantien@gmail.com>2015-09-17 05:10:12 -0700
commited976112ad3405f607bcc9b7f15fb6855b9b139f (patch)
tree559c1aa83b45dec736dabf331019392b4c145cc4
parentd431a3a073611b38f600166d8de1392b95658f3f (diff)
downloadchat-ed976112ad3405f607bcc9b7f15fb6855b9b139f.tar.gz
chat-ed976112ad3405f607bcc9b7f15fb6855b9b139f.tar.bz2
chat-ed976112ad3405f607bcc9b7f15fb6855b9b139f.zip
Fixed typo
-rw-r--r--doc/developer/code-contribution.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/code-contribution.md b/doc/developer/code-contribution.md
index 3c5c0935b..c796a82a5 100644
--- a/doc/developer/code-contribution.md
+++ b/doc/developer/code-contribution.md
@@ -25,7 +25,7 @@ git checkout -b <branch name>
1. Please review the [Mattermost Style Guide](style-guide.md) prior to making changes.
- To keep code clean and well structured, Mattermost users ESLint to check that pull requests adhere to style guidelines for React. Code will need to follow Mattermost's React style guidelines in order to pass the automated build tests when a pull request is submitted.
+ To keep code clean and well structured, Mattermost uses ESLint to check that pull requests adhere to style guidelines for React. Code will need to follow Mattermost's React style guidelines in order to pass the automated build tests when a pull request is submitted.
2. Please make sure to thoroughly test your change before submitting a pull request.