diff --git a/guide/english/html/comments-in-html/index.md b/guide/english/html/comments-in-html/index.md
index 34ea6ffc9b..0844186338 100644
--- a/guide/english/html/comments-in-html/index.md
+++ b/guide/english/html/comments-in-html/index.md
@@ -3,7 +3,7 @@ title: Comments in HTML
---
## Comments in HTML
-The comment tag is an element used to leave notes, mostly related to the project or the website. This tag is frequently used to explain something in the code or leave some recommendations about the project. The comment tag also makes it easier for the developer to come back and understand the code he's written at a later stage. Comments can also used for commenting out lines of code for debugging purposes.
+The comment tag is an element used to leave notes, mostly related to the project or the website. This tag is frequently used to explain something in the code or leave some recommendations about the project. The comment tag also makes it easier for the developer to come back and understand the code he's written at a later stage. Comments can also be used for commenting out lines of code for debugging purposes.
It is good practice to add comments to your code, especially when working with a team or at a company.
@@ -29,9 +29,9 @@ Read more: https://html.com/tags/comment-tag/#ixzz4vtZHu5uR