From b71e62d6d9489301db72485f785a27e8bd20cbbd Mon Sep 17 00:00:00 2001 From: Ryan Hoppe Date: Tue, 11 Dec 2018 14:48:31 -0500 Subject: [PATCH] update case sensitivity with "A Href" (#24815) match "A Href" with all same (lowercase) case to match on entire page. It would help keep things in unison --- guide/english/html/attributes/a-href-attribute/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index f54bac3824..117bba22dd 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -11,10 +11,10 @@ For instance: ```html - Href Attribute Example + href Attribute Example -

Href Attribute Example

+

href Attribute Example

The freeCodeCamp Contribution Page shows you how and where you can contribute to freeCodeCamp's community and growth.