From f68fe1eb729010e938a90f6f2bc66512ce3d9a7a Mon Sep 17 00:00:00 2001 From: Ingo Krotzky Date: Mon, 31 Jul 2023 14:45:16 +0200 Subject: [PATCH] Fix grammar in heading_elements/index.md (#28299) The recent grammar fix/update of the wording in this paragraph has introduced a minor error: a duplicated word: 'to'. This commit removes the superfluous word 'to'. --- files/en-us/web/html/element/heading_elements/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/html/element/heading_elements/index.md b/files/en-us/web/html/element/heading_elements/index.md index 0ceabc85901a22e..78385b4cb14f545 100644 --- a/files/en-us/web/html/element/heading_elements/index.md +++ b/files/en-us/web/html/element/heading_elements/index.md @@ -129,7 +129,7 @@ The following code shows a few headings with some content under them. ### Navigation -A common navigation technique for users of screen reading software is to quickly jump from heading to heading to in order to determine the content of the page. Because of this, it is important to not skip one or more heading levels. Doing so may create confusion, as the person navigating this way may be left wondering where the missing heading is. +A common navigation technique for users of screen reading software is to quickly jump from heading to heading in order to determine the content of the page. Because of this, it is important to not skip one or more heading levels. Doing so may create confusion, as the person navigating this way may be left wondering where the missing heading is. **Don't do this:**