From 52b782cd10ae52e0d7253dd3b9d4470b6175b033 Mon Sep 17 00:00:00 2001 From: Piyush Keshari <18307180+PiyushKeshari24@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:00:58 +0530 Subject: [PATCH] chore(curriculum): fix phrase that goes against our challenges guideline (#48017) Co-authored-by: Jeremy L Thompson --- .../60f1922fcbd2410527b3bd89.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f1922fcbd2410527b3bd89.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f1922fcbd2410527b3bd89.md index 32b4efa5844..de46c3a34b6 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f1922fcbd2410527b3bd89.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-html-forms-by-building-a-registration-form/60f1922fcbd2410527b3bd89.md @@ -8,7 +8,7 @@ dashedName: step-8 # --description-- The `vh` unit stands for viewport height, and is relative to 1% of the `height` of the viewport. -To spruce the project up, let us add some CSS. Begin by giving the `body` a `width` of `100%`, and a `height` of `100vh`. +It is time to spruce the project up with some CSS. Begin by giving the `body` a `width` of `100%`, and a `height` of `100vh`. # --hints--