diff options
author | Rémy Coutable <remy@rymai.me> | 2019-02-13 14:37:21 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-02-13 14:37:21 +0000 |
commit | 4dcde261a6b595c5ca4e9ca940a838750732c668 (patch) | |
tree | 2a25444ab2b5d86df5abb9672d9db4b84066830f | |
parent | ac606a677b03ec10ff5ddb018981c6546f8396b8 (diff) | |
parent | 70c6628076bbbbac567105bd5aa124f3c304b2ca (diff) | |
download | gitlab-ce-4dcde261a6b595c5ca4e9ca940a838750732c668.tar.gz |
Merge branch 'patch-43' into 'master'
Fix a typo in doc/development/documentation/styleguide.md
See merge request gitlab-org/gitlab-ce!25149
-rw-r--r-- | doc/development/documentation/styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index cda66447c2c..7a3a8f25c2d 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -112,7 +112,7 @@ table_display_block: true ## Emphasis - Use double asterisks (`**`) to mark a word or text in bold (`**bold**`). -- Use undescore (`_`) for text in italics (`_italic_`). +- Use underscore (`_`) for text in italics (`_italic_`). - Use greater than (`>`) for blockquotes. ## Punctuation |