Skip to content

Commit ed94de2

Browse files
Updates docs a bit
1 parent abdaa53 commit ed94de2

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/detections/components/rules/step_define_rule/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const StepDefineRuleComponent: FC<StepDefineRuleProps> = ({
194194
* * queryBar.value === defaultQueryBar (Has the user changed the input of '' yet?)
195195
* * queryBar.value === threatQueryBarDefaultValue (Has the user changed the input of '*:*' yet?)
196196
* This is a stronger guarantee than "isPristine" off of the forms as that value can be reset
197-
* if you go to step 2) and then back to step 2) or the form is reset in another way. Using
197+
* if you go to step 2) and then back to step 1) or the form is reset in another way. Using
198198
* the reference compare we know factually if the data is changed as the references must change
199199
* in the form libraries form the initial defaults.
200200
*/

0 commit comments

Comments
 (0)