Skip to content

Commit e47ca93

Browse files
dmeissChristoph Büscher
authored and
Christoph Büscher
committed
Fix typos in Field-Caps documentation (#38580)
Fix typo in Field-Caps documentation Reworded because asciidoc was formatting the ellipse/space as a numbered list.
1 parent 56a839b commit e47ca93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/search/field-caps.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
The field capabilities API allows to retrieve the capabilities of fields among multiple indices.
55

6-
The field capabilities api by default executes on all indices:
6+
The field capabilities API by default executes on all indices:
77

88
[source,js]
99
--------------------------------------------------
1010
GET _field_caps?fields=rating
1111
--------------------------------------------------
1212
// CONSOLE
1313

14-
... but the request can also be restricted to specific indices:
14+
The request can also be restricted to specific indices:
1515

1616
[source,js]
1717
--------------------------------------------------
@@ -43,7 +43,7 @@ Supported request options:
4343
[float]
4444
=== Field Capabilities
4545

46-
The field capabilities api returns the following information per field:
46+
The field capabilities API returns the following information per field:
4747

4848
[horizontal]
4949
`searchable`::

0 commit comments

Comments
 (0)