From 44d6b9d30db0e7a2ac1f6a546116a416c53e83c7 Mon Sep 17 00:00:00 2001 From: Johnathan Milley Date: Wed, 14 Nov 2018 21:08:32 -0330 Subject: [PATCH] Added a space to a comment for consistency (#22993) --- guide/english/css/colors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/colors/index.md b/guide/english/css/colors/index.md index 02b4db360c..8759795334 100644 --- a/guide/english/css/colors/index.md +++ b/guide/english/css/colors/index.md @@ -89,7 +89,7 @@ p { } h2 { - color: #FA8072; //salmon + color: #FA8072; // salmon } ```