From 122e2d13ddee5aa2fd673e4c9cb0964f056b78b2 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Mon, 25 Aug 2025 11:44:57 -0400 Subject: [PATCH] #20175 Fix Grammatical Error Related To Capitalization --- docs/reference/conditions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/conditions.md b/docs/reference/conditions.md index fc571c05e..94e5e30b4 100644 --- a/docs/reference/conditions.md +++ b/docs/reference/conditions.md @@ -89,7 +89,7 @@ The following condition will evaluate as true: ``` !!! note "Evaluating static choice fields" - Pay close attention when evaluating static choice fields, such as the `status` field above. These fields typically render as a dictionary specifying both the field's raw value (`value`) and its human-friendly label (`label`). be sure to specify on which of these you want to match. + Pay close attention when evaluating static choice fields, such as the `status` field above. These fields typically render as a dictionary specifying both the field's raw value (`value`) and its human-friendly label (`label`). Be sure to specify on which of these you want to match. ## Condition Sets