From 5efcae8dc091d7fa2d4d035df021aa85ff672a87 Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Tue, 16 Oct 2018 14:17:56 +1100 Subject: [PATCH] Corrected typo (#19056) --- .../guide/english/html/attributes/a-href-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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