From f00945fbcbc2a9a05b4dc2f8a72dc2bdc466dc93 Mon Sep 17 00:00:00 2001 From: Roenz Aberin <42616880+raberin@users.noreply.github.com> Date: Tue, 27 Nov 2018 18:09:27 -0800 Subject: [PATCH] Fixed the grammar on line 41 (#23818) --- guide/english/html/attributes/a-href-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index c164a277ba..f54bac3824 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -38,7 +38,7 @@ The `` attribute is supported by all browsers. ``` ### In-page anchors -It's also possible to set an anchor to certain place of the page. To do this you should first place a tab at location on the page with tag and necessary attribute "name" with any keyword description in it, like this: +It's also possible to set an anchor on a specific place on the page. To do this, you should first place a tab at the location on the page with tag and the necessary attribute "name" with any keyword description in it, like this: ```html