From 9c44af828df68d3dc956eb1270c1da512d2c7297 Mon Sep 17 00:00:00 2001 From: Dennis Wolfers Date: Mon, 5 Nov 2018 11:20:22 -0800 Subject: [PATCH] added missing word 'like' to the Instructions (#34215) --- .../attach-a-fallback-value-to-a-css-variable.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/attach-a-fallback-value-to-a-css-variable.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/attach-a-fallback-value-to-a-css-variable.english.md index ed3991bf43..075b261a01 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/attach-a-fallback-value-to-a-css-variable.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/attach-a-fallback-value-to-a-css-variable.english.md @@ -17,7 +17,7 @@ Note that this can be useful for debugging. ## Instructions
-It looks there is a problem with the variables supplied to the .penguin-top and .penguin-bottom classes. Rather than fix the typo, add a fallback value of black to the background property of the .penguin-top and .penguin-bottom classes. +It looks like there is a problem with the variables supplied to the .penguin-top and .penguin-bottom classes. Rather than fix the typo, add a fallback value of black to the background property of the .penguin-top and .penguin-bottom classes.
## Tests