From 5cfe4dbdcc0d39de5bce02b223470a6fe1263802 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 31 Aug 2022 17:12:07 +0100 Subject: [PATCH] Fixing some typos --- docs/styles/opacity.md | 2 +- docs/styles/text_opacity.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/styles/opacity.md b/docs/styles/opacity.md index 368dac2c7..c954f1332 100644 --- a/docs/styles/opacity.md +++ b/docs/styles/opacity.md @@ -18,7 +18,7 @@ Percentage values will be clamped between 0% and 100%. ## Example -This example shows, from top to bottom, increase opacity values. +This example shows, from top to bottom, increasing opacity values. === "opacity.py" diff --git a/docs/styles/text_opacity.md b/docs/styles/text_opacity.md index 92ed91169..5a0e1c6c5 100644 --- a/docs/styles/text_opacity.md +++ b/docs/styles/text_opacity.md @@ -17,7 +17,7 @@ Percentage values will be clamped between 0% and 100%. ## Example -This example shows, from top to bottom, increase opacity values. +This example shows, from top to bottom, increasing text-opacity values. === "text_opacity.py"