瀏覽代碼

#20175 Fix Grammatical Error Related To Capitalization

mr1716 5 月之前
父節點
當前提交
122e2d13dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/conditions.md

+ 1 - 1
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