diff --git a/community/contributing/updating_the_class_reference.rst b/community/contributing/updating_the_class_reference.rst index bc562df5b..4869c254c 100644 --- a/community/contributing/updating_the_class_reference.rst +++ b/community/contributing/updating_the_class_reference.rst @@ -364,7 +364,7 @@ for more examples of how to use them properly. +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+ | [b] [/b] | Bold | Some [b]bold[/b] text. | Some **bold** text. | +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+ -| [i] [/i] | Italic | Some [i]italic[/b] text. | Some *italic* text. | +| [i] [/i] | Italic | Some [i]italic[/i] text. | Some *italic* text. | +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+ | [code] [/code] | Monospace | Some [code]monospace[/code] text. | Some ``monospace`` text. | +---------------------------+--------------------------------+-----------------------------------+--------------------------------------------+