docs: Fix some typo (#2216)

This commit is contained in:
Alex
2023-04-05 11:11:27 +02:00
committed by GitHub
parent 41af489648
commit f3f065d147
3 changed files with 3 additions and 3 deletions

View File

@@ -32,6 +32,6 @@ Some rules may clamp the values between `0%` and `100%`.
# Integer followed by %
widget.styles.color = "red 70%"
# The number can be negative/decimal, althought that may not make sense
# The number can be negative/decimal, although that may not make sense
widget.styles.offset = ("-30%", "12.5%")
```