From 788a8e87db1fea0f0d4f0c33c7b16700a35b95cc Mon Sep 17 00:00:00 2001 From: Ujwal Kadariya Date: Fri, 18 Jan 2019 08:26:33 +0545 Subject: [PATCH] Fixed some typos (#29306) --- guide/english/html/elements/b-tag/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.