From 02f1cb786d894205979784234c601f18aac97316 Mon Sep 17 00:00:00 2001 From: Christina Linn Date: Wed, 31 Oct 2018 14:45:18 -0700 Subject: [PATCH] Fixed a grammatical error (#32980) --- guide/english/html/css-classes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md index 35dd3bcfb0..dca3a8740e 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -12,7 +12,7 @@ When writing HTML, you can add classes to an element. Just add the attribute `cl

is a popular catchphrase that Super Man often said.

``` -You can then style these elements with CSS. Classes are referenced with period (.) before them in CSS, but you should not put periods in your HTML. +You can then style these elements with CSS. Classes are referenced with a period (.) before them in CSS, but you should not put periods in your HTML. ```css .super-man {