Skip to content

Commit

Permalink
Fix typo (#36901)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Nov 21, 2024
1 parent 4d36051 commit 9818785
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 @@ -63,7 +63,7 @@ The following example creates a custom property called `--logo-color` which expe
```

If you want to define or work with custom properties in JavaScript instead of directly in CSS, there is a corresponding API for this purpose.
You can read about how this work in the [CSS Properties and Values API](/en-US/docs/Web/API/CSS_Properties_and_Values_API) page.
You can read about how this works in the [CSS Properties and Values API](/en-US/docs/Web/API/CSS_Properties_and_Values_API) page.

### Referencing custom properties with `var()`

Expand Down

0 comments on commit 9818785

Please sign in to comment.