Skip to content

Commit e838d66

Browse files
rafalbigChristoph Büscher
authored andcommitted
[Docs] Correct minor typos in templates.asciidoc (#31167)
1 parent 7a96142 commit e838d66

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
@@ -104,7 +104,7 @@ PUT my_index/_doc/1
104104
[[match-unmatch]]
105105
==== `match` and `unmatch`
106106

107-
The `match` parameter uses a pattern to match on the fieldname, while
107+
The `match` parameter uses a pattern to match on the field name, while
108108
`unmatch` uses a pattern to exclude fields matched by `match`.
109109

110110
The following example matches all `string` fields whose name starts with
@@ -248,7 +248,7 @@ PUT my_index/_doc/1
248248
--------------------------------------------------
249249
// CONSOLE
250250
<1> The `english` field is mapped as a `string` field with the `english` analyzer.
251-
<2> The `count` field is mapped as a `long` field with `doc_values` disabled
251+
<2> The `count` field is mapped as a `long` field with `doc_values` disabled.
252252

253253
[[template-examples]]
254254
==== Template examples

0 commit comments

Comments
 (0)