diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-08-04 14:31:05 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-08-04 14:31:05 -0400 |
commit | 5a1f4b087fb182e53c9c61c2855c850a6cc8f3f3 (patch) | |
tree | 36a5bae4f914cf65c325ac50a15a8c12269636d1 /web | |
parent | 9e4b510adb2c5ee6d00844bdc35c4adc0a818d69 (diff) | |
parent | 5ca628dfc3a23fecb5f01890ab24472a412a8bf2 (diff) | |
download | chat-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
Diffstat (limited to 'web')
-rw-r--r-- | web/templates/signup_team.html | 2 |
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> |