summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-03 09:57:21 -0800
committerCorey Hulen <corey@hulen.com>2015-11-03 09:57:21 -0800
commit0f3fe79b8053672220cdbda3ba68974c1b2bf7d8 (patch)
tree54a24b36b5e903ad307d4e394e53f2a997db8a8e
parentfc9aefb868db0f0c1b7490f7455c1adb43b59d2a (diff)
parent102af868ab966ac6debe485daa548eb8582aee33 (diff)
downloadchat-0f3fe79b8053672220cdbda3ba68974c1b2bf7d8.tar.gz
chat-0f3fe79b8053672220cdbda3ba68974c1b2bf7d8.tar.bz2
chat-0f3fe79b8053672220cdbda3ba68974c1b2bf7d8.zip
Merge pull request #1283 from mattermost/lfbrock-patch-2
Update Markdown.md to fix spelling error
-rw-r--r--doc/usage/Markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/Markdown.md b/doc/usage/Markdown.md
index 9e2342a0b..055f47619 100644
--- a/doc/usage/Markdown.md
+++ b/doc/usage/Markdown.md
@@ -26,7 +26,7 @@ Renders as:
code block
```
-Create in-line monospaced font by surrounding it with back spaces.
+Create in-line monospaced font by surrounding it with backticks.
```
`monospace`
```