Skip to content

Commit 025f176

Browse files
authored
Merge pull request #7669 from hardikdr/patch-1
Update style-guide.md
2 parents f85dea5 + 5863208 commit 025f176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/guide/style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ standard across documentation improves supportability.
522522
- **Good example:** `This is **bold** text.`
523523
- **Bad example:** `This should not be used for __bold__.`
524524
- Use an underscore (`_`) for _Italics_.
525-
- **Good example:** This is _italics_.`
526-
- **Bad example:** This should not be used for *italics*.`
525+
- **Good example:** `This is _italics_.`
526+
- **Bad example:** `This should not be used for *italics*.`
527527
- Use two tildes (`~~`) for ~~Strikethrough~~.
528528
- **Good example:** `This is ~~strikethrough~~`
529529
- **Bad example:** `This should not be used for ~strikethrough~.`

0 commit comments

Comments
 (0)