summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-04 14:31:05 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-04 14:31:05 -0400
commit5a1f4b087fb182e53c9c61c2855c850a6cc8f3f3 (patch)
tree36a5bae4f914cf65c325ac50a15a8c12269636d1
parent9e4b510adb2c5ee6d00844bdc35c4adc0a818d69 (diff)
parent5ca628dfc3a23fecb5f01890ab24472a412a8bf2 (diff)
downloadchat-5a1f4b087fb182e53c9c61c2855c850a6cc8f3f3.tar.gz
chat-5a1f4b087fb182e53c9c61c2855c850a6cc8f3f3.tar.bz2
chat-5a1f4b087fb182e53c9c61c2855c850a6cc8f3f3.zip
Merge pull request #320 from rgarmsen2295/mm-1873
Fixed typo on landing page for sign-up
-rw-r--r--web/templates/signup_team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html
index b84b8e486..313ed9d5f 100644
--- a/web/templates/signup_team.html
+++ b/web/templates/signup_team.html
@@ -10,7 +10,7 @@
<div class="signup-team__container">
<img class="signup-team-logo" src="/static/images/logo.png" />
<h1>Mattermost</h1>
- <h4 class="color--light">All team communication in one place, searchable and accesible anywhere</h4>
+ <h4 class="color--light">All team communication in one place, searchable and accessible anywhere</h4>
<div id="signup-team"></div>
</div>
</div>