From ae795254938530751f805c8825185d7be555d616 Mon Sep 17 00:00:00 2001 From: Ricardo Passos <55499252+dizz-y@users.noreply.github.com> Date: Fri, 5 Mar 2021 12:16:30 -0300 Subject: [PATCH] fix(learn): added a missing period and removed single quotes (#41377) * Added missing period On line 24, just before "Note that in your CSS..." a period was missing. * Removed single quotes and added a missing period On line 24, just before "Note that in your CSS..." there is a missing period. On line 30, the text "red-text" within a code tag is enclosed in single quotes. --- .../basic-css/use-a-css-class-to-style-an-element.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md index 1f752a9b42..ea5eefb56e 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-a-css-class-to-style-an-element.md @@ -21,13 +21,13 @@ Here's an example CSS class declaration: ``` -You can see that we've created a CSS class called `blue-text` within the `