summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-25 16:57:38 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-25 16:57:38 +0200
commit833a028f36bf295657f4436db87d6b3deb9b0b49 (patch)
tree3331e6da88442f3f859acb43cc720f2083f31d91
parentb07771683d611d16d08a6a316e0966bf42cd0c88 (diff)
downloadgitlab-ce-docs/snippets.tar.gz
Titlecase snippets docsdocs/snippets
-rw-r--r--doc/user/snippets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 8397c0b00ef..8f1eb6becac 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -28,7 +28,7 @@ You can download the raw content of a snippet.
By default snippets will be downloaded with Linux-style line endings (`LF`). If you want to preserve the original line endings you need to add a parameter `line_ending=raw` (eg. `https://gitlab.com/snippets/SNIPPET_ID/raw?line_ending=raw`). In case a snippet was created using the GitLab web interface the original line ending is Windows-like (`CRLF`).
-## Embedded Snippets
+## Embedded snippets
> Introduced in GitLab 10.8.