From 53d372c2986066bd9d3f69e71a809ca5d1ab4b21 Mon Sep 17 00:00:00 2001 From: pandacoder7 <80377643+pandacoder7@users.noreply.github.com> Date: Fri, 12 Mar 2021 02:05:34 +0530 Subject: [PATCH] fix: update challenge for crowdin in anchor page (#41450) --- .../nest-an-anchor-element-within-a-paragraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.md index faf7071815..1235d2d719 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph.md @@ -29,7 +29,7 @@ Next is the *anchor* element `` (which requires a closing tag ``): ` ... ` -The text, `link to freecodecamp.org`, within the `a` element is called `anchor text`, and will display the link to click: +The text, `link to freecodecamp.org`, within the `a` element is called anchor text, and will display the link to click: `link to freecodecamp.org`