diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index fe131ca58..a9ab09e47 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2244,7 +2244,7 @@ soc: description: Show all custom detections - name: "All Detections - Enabled" query: "so_detection.isEnabled:true | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity" - description: Show all enalbed Detections + description: Show all enabled Detections - name: "All Detections - Disabled" query: "so_detection.isEnabled:false | groupby so_detection.language | groupby so_detection.ruleset so_detection.severity" description: Show all disabled Detections