#20175 Fix Grammatical Error Related To Capitalization

This commit is contained in:
mr1716 2025-08-25 11:44:57 -04:00 committed by Jeremy Stretch
parent 0c3beec3a2
commit 122e2d13dd

View File

@ -89,7 +89,7 @@ The following condition will evaluate as true:
``` ```
!!! note "Evaluating static choice fields" !!! 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 ## Condition Sets