summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRay Paik <rpaik@gitlab.com>2019-07-16 00:53:47 +0000
committerRay Paik <rpaik@gitlab.com>2019-07-16 00:53:47 +0000
commite338940d44cfc6e3d7973730c56e9e0804b0e753 (patch)
tree073d20f5a1523a8df6e9052fa20a8d8f3f378ca3 /doc
parent3d9dd24b68a7099f1ef47c06d9297a9d0cc60c05 (diff)
parentc5bbbde1f3173caa6282c3be8ff6f6cd6364683b (diff)
downloadgitlab-ce-e338940d44cfc6e3d7973730c56e9e0804b0e753.tar.gz
Merge branch 'patch-72' into 'master'
Update markdown.md to remove typo, "test" was left in the documentation See merge request gitlab-org/gitlab-ce!30752
Diffstat (limited to 'doc')
-rw-r--r--doc/user/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/markdown.md b/doc/user/markdown.md
index a387cb43e0f..96e74125801 100644
--- a/doc/user/markdown.md
+++ b/doc/user/markdown.md
@@ -556,7 +556,7 @@ Inline `code` has `back-ticks around` it.
Similarly, a whole block of code can be fenced with triple backticks ```` ``` ````,
triple tildes (`~~~`), or indended 4 or more spaces to achieve a similar effect for
-a larger body of code. test.
+a larger body of code.
~~~
```