[DOCS] Fixes typo in KQL doc (#83860)

This commit is contained in:
gchaps 2020-11-20 10:32:09 -08:00 committed by GitHub
parent b6b7897995
commit d31ee21a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ To match multiple fields:
machine.os*:windows 10
-------------------
This sytax is handy when you have text and keyword
This syntax is handy when you have text and keyword
versions of a field. The query checks machine.os and machine.os.keyword
for the term
`windows 10`.