diff --git a/guide/english/html/elements/b-tag/index.md b/guide/english/html/elements/b-tag/index.md
index a691226f62..fbfbeeb554 100644
--- a/guide/english/html/elements/b-tag/index.md
+++ b/guide/english/html/elements/b-tag/index.md
@@ -6,7 +6,7 @@ title: B Tag
Formerly used to bold text the `` tag is now known as the 'Bring Attention To element' tag. It should be used only to draw attention to the contents of the element.
-Most browsers will display text in bold type but you should not use it for this purpose, instead use CSS `font-weight` property for purely visual display reasons. If you wish to signify the elements content are of special importance use the `` tag instead.
+Most browsers will display text in bold type but you should not use it for this purpose, instead use CSS `font-weight` property for purely visual display reasons. If you wish to signify the elements content are of special importance, use the `` tag instead.
An appropriate use case is drawing attention to keywords in a text.