From 8455cf8ff071f79866d8de6bbac960eb908cd5dd Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 13 Oct 2020 13:56:56 -0400 Subject: [PATCH] [DOCS] Remove unneeded word in EQL docs --- docs/reference/eql/detect-threats-with-eql.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/eql/detect-threats-with-eql.asciidoc b/docs/reference/eql/detect-threats-with-eql.asciidoc index 362a6b8b991..f0d02cffaa6 100644 --- a/docs/reference/eql/detect-threats-with-eql.asciidoc +++ b/docs/reference/eql/detect-threats-with-eql.asciidoc @@ -5,10 +5,10 @@ beta::[] -This example tutorial shows you how you can use EQL to detect security threats -and other suspicious behavior. In the scenario, you're tasked with detecting -https://attack.mitre.org/techniques/T1218/010/[regsvr32 misuse] in Windows -event logs. +This example tutorial shows how you can use EQL to detect security threats and +other suspicious behavior. In the scenario, you're tasked with detecting +https://attack.mitre.org/techniques/T1218/010/[regsvr32 misuse] in Windows event +logs. `regsvr32.exe` is a built-in command-line utility used to register `.dll` libraries in Windows. As a native tool, `regsvr32.exe` has a trusted status in