fix(curriculum): small typo in the "Basic Anatomy of a CSS Rule" page (#65412)

This commit is contained in:
Icaro Alves
2026-01-22 07:27:18 -03:00
committed by GitHub
parent f68b471d6d
commit c93d16bf94
@@ -55,7 +55,7 @@ p {
In this CSS rule, a type selector targets all paragraph elements on the page.
Inside the declaration block, there is a one declaration.
Inside the declaration block, there is one declaration.
The declaration consists of the `color` property with a value set to `blue`. This will change the text color for all paragraph elements to `blue`.