Skip to content

Commit 749d390

Browse files
rafalbigChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Correct minor typos in templates.asciidoc (#31167)
1 parent 458bca1 commit 749d390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mapping/dynamic/templates.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ PUT my_index/_doc/1
115115
[[match-unmatch]]
116116
==== `match` and `unmatch`
117117

118-
The `match` parameter uses a pattern to match on the fieldname, while
118+
The `match` parameter uses a pattern to match on the field name, while
119119
`unmatch` uses a pattern to exclude fields matched by `match`.
120120

121121
The following example matches all `string` fields whose name starts with
@@ -259,7 +259,7 @@ PUT my_index/_doc/1
259259
--------------------------------------------------
260260
// CONSOLE
261261
<1> The `english` field is mapped as a `string` field with the `english` analyzer.
262-
<2> The `count` field is mapped as a `long` field with `doc_values` disabled
262+
<2> The `count` field is mapped as a `long` field with `doc_values` disabled.
263263

264264
[[template-examples]]
265265
==== Template examples

0 commit comments

Comments
 (0)