From 96784fc4329b698b484ac0247acead4f1799a42f Mon Sep 17 00:00:00 2001 From: zweifish <36526802+zweifish@users.noreply.github.com> Date: Mon, 5 Nov 2018 10:11:57 -0500 Subject: [PATCH] Fixed some grammatical errors on lines 33-34 (#21105) --- guide/english/html/tutorials/text-formatting-in-html/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/tutorials/text-formatting-in-html/index.md b/guide/english/html/tutorials/text-formatting-in-html/index.md index 25e7802958..e34897d126 100644 --- a/guide/english/html/tutorials/text-formatting-in-html/index.md +++ b/guide/english/html/tutorials/text-formatting-in-html/index.md @@ -31,10 +31,10 @@ Normal, small, normal, small! ``` ### Marked -Element `` makes your text marked - in different words, it makes your text highlighted. You can use it to tell readers that is one of important things in your article. For example: +Element `` makes your text marked - in other words, it makes your text highlighted. You can use it to tell your readers that it is an important thing in your article. For example: ``` -HTML is full of things and it's our journey to get known them better! +HTML is full of things and it's our journey to get know them better! ``` ### Deleted