From b82c154c7487788d5d89cd5288e93717409d03e9 Mon Sep 17 00:00:00 2001 From: pakchrishtml <43269471+pakchrishtml@users.noreply.github.com> Date: Sun, 14 Oct 2018 00:08:52 -0400 Subject: [PATCH] Update index.md (#18907) --- client/src/pages/guide/english/css/structure-of-css/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/css/structure-of-css/index.md b/client/src/pages/guide/english/css/structure-of-css/index.md index 7bc52c8d2c..2615b5fa2c 100644 --- a/client/src/pages/guide/english/css/structure-of-css/index.md +++ b/client/src/pages/guide/english/css/structure-of-css/index.md @@ -11,7 +11,7 @@ selector { ``` Everything inside the curly brackets styles whatever is selected by the [selector]. Inside a CSS rules is a set of [property]/value pairs. -You can have different selectors seperated with comas: +You can have different selectors seperated with commas: ```CSS selector1, selector2 {