From 524decb04dc4689336af9cb7b12a8249c56fa67b Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Sat, 12 Oct 2024 11:35:42 -0600 Subject: [PATCH] spelling --- includes/css/styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/css/styles.php b/includes/css/styles.php index 82096d82e..693f50eb4 100644 --- a/includes/css/styles.php +++ b/includes/css/styles.php @@ -18,7 +18,7 @@ * while its declaration is 'color: red;'. * Each declaration has two parts: 'property' & 'value'. * - * In the example above, there is only one declaraion ("color: red;"). + * In the example above, there is only one declaration ("color: red;"). * For that declaration, the PROPERTY is "color" and the VALUE is "red". * * NOTE: Each property must be followed by a colon (:),