From 9ee8b4fa57fb3d78db3d0b9de220a245da6892df Mon Sep 17 00:00:00 2001 From: Astrid Date: Mon, 15 Apr 2019 10:35:30 +0200 Subject: [PATCH] fix: minor grammar mistake in 'applied visual design' challenge (#35839) fix: revert changes to package-lock.json --- .../applied-visual-design/adjust-the-tone-of-a-color.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md index fcdd63fc42..fb15dccb2a 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-tone-of-a-color.english.md @@ -12,7 +12,7 @@ The hsl() option in CSS also makes it easy to adjust the tone of a ## Instructions
-All elements have a default background-color of transparent. Our nav element currently appears have a cyan background, because the element behind it has a background-color set to cyan. Add a background-color to the nav element so it uses the same cyan hue, but has 80% saturation and 25% lightness values to change its tone and shade. +All elements have a default background-color of transparent. Our nav element currently appears to have a cyan background, because the element behind it has a background-color set to cyan. Add a background-color to the nav element so it uses the same cyan hue, but has 80% saturation and 25% lightness values to change its tone and shade.
## Tests