Skip to content

Commit dd2424b

Browse files
authored
Fix typo (elastic#80925)
1 parent 72ded70 commit dd2424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/runtime.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ timestamp falls within the defined range.
14771477
==== Define a runtime field with a dissect pattern
14781478
If you don't need the power of regular expressions, you can use
14791479
<<dissect-processor,dissect patterns>> instead of grok patterns. Dissect
1480-
patterns match on fixed delimiters but are typically faster that grok.
1480+
patterns match on fixed delimiters but are typically faster than grok.
14811481

14821482
You can use dissect to achieve the same results as parsing the Apache logs with
14831483
a <<runtime-examples-grok,grok pattern>>. Instead of matching on a log

0 commit comments

Comments
 (0)