diff --git a/client/src/pages/guide/english/html/attributes/a-href-attribute/index.md b/client/src/pages/guide/english/html/attributes/a-href-attribute/index.md
index 42cba59cab..8d3ca821ce 100644
--- a/client/src/pages/guide/english/html/attributes/a-href-attribute/index.md
+++ b/client/src/pages/guide/english/html/attributes/a-href-attribute/index.md
@@ -44,7 +44,7 @@ It's also possible to set an anchor to certain place of the page. To do this you
```
-Any description between tags is not required. After that you can place a link leading to this anchor at any palce on same page. To do this you should use tag with necessary attribute "href" with symbol # (sharp) and key-word description of the anchor, like this:
+Any description between tags is not required. After that you can place a link leading to this anchor at any place on the same page. To do this you should use tag with necessary attribute "href" with symbol # (sharp) and key-word description of the anchor, like this:
```html
Go to Top