From 6ef37d2e13c94f86906bc595a6b2e14ff2ac238b Mon Sep 17 00:00:00 2001 From: joruchan <44210219+joruchan@users.noreply.github.com> Date: Mon, 29 Oct 2018 00:27:55 +0100 Subject: [PATCH] changed uppercase O to lowercase o (#20546) no need for an uppercase in this situation --- guide/english/html/attributes/a-target-attribute/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/attributes/a-target-attribute/index.md b/guide/english/html/attributes/a-target-attribute/index.md index d8dddea63c..3127d5d7d7 100644 --- a/guide/english/html/attributes/a-target-attribute/index.md +++ b/guide/english/html/attributes/a-target-attribute/index.md @@ -39,7 +39,7 @@ A target attribute with the value of “_top” opens the linked document in the freeCodeCamp ``` -A target attribute with the value of _"framename"_ Opens the linked document in a specified named frame. +A target attribute with the value of _"framename"_ opens the linked document in a specified named frame. ```html freeCodeCamp