Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork-nakayama-pg <k.nakayama.pg@gmail.com>2019-02-12 14:36:04 +0300
committerk-nakayama-pg <k.nakayama.pg@gmail.com>2019-02-12 14:36:04 +0300
commit70c6628076bbbbac567105bd5aa124f3c304b2ca (patch)
treea5f342406b8019fa3c6f033063778a2bfad9bcee /doc/development
parent3537f12fc811537f49e2d9be5f495bfc9393047c (diff)
Fix a typo
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/documentation/styleguide.md2
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