Skip to content

Commit

Permalink
Fix typo in index.md (#33296)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycaglar authored Apr 28, 2024
1 parent c40fe65 commit d4c6f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/using_css_custom_properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ The property is only set for the matching selector and its descendants.

### Using `@property` to control inheritance

The `@property` at-rule lets you explicity state whether the property inherits or not.
The `@property` at-rule lets you explicitly state whether the property inherits or not.
The following example creates a custom property using the `@property` at-rule.
Inheritance is disabled, there's a [`<color>`](/en-US/docs/Web/CSS/color_value) data type defined, and an intital value of `cornflowerblue`.

Expand Down

0 comments on commit d4c6f37

Please sign in to comment.