From 6f307207151e0e18b759fa875b109022569b4ad4 Mon Sep 17 00:00:00 2001 From: SaarthakMaini <94912101+SaarthakMaini@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:32:13 +0530 Subject: [PATCH] fix(curriculum): improve wording (#44799) --- .../learn-basic-css-by-building-a-cafe-menu/step-018.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-018.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-018.md index ea92cc0683..3c8bd68215 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-018.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/step-018.md @@ -7,7 +7,7 @@ dashedName: step-18 # --description-- -So the styling of the page looks similar on mobile as it does on a desktop or laptop, you need to add a `meta` element with a special `content` attribute. +For the styling of the page to look similar on mobile as it does on a desktop or laptop, you need to add a `meta` element with a special `content` attribute. Add the following within the `head` element: