Skip to content

Commit cfe8e03

Browse files
authored
Fix documentation typo (#11077)
1 parent 1d7dfad commit cfe8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general/colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can specify the color as a string in either of the following notations:
110110

111111
| Notation | Example | Example with transparency
112112
| -------- | ------- | -------------------------
113-
| [Hexademical](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) | `#36A2EB` | `#36A2EB80`
113+
| [Hexadecimal](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color) | `#36A2EB` | `#36A2EB80`
114114
| [RGB](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb) or [RGBA](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgba) | `rgb(54, 162, 235)` | `rgba(54, 162, 235, 0.5)`
115115
| [HSL](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl) or [HSLA](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsla) | `hsl(204, 82%, 57%)` | `hsla(204, 82%, 57%, 0.5)`
116116

0 commit comments

Comments
 (0)