Skip to content

Commit 7f1de4f

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

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
--------------------------------------------------
@@ -29,7 +29,7 @@ Supported request options:
2929
[float]
3030
=== Field Capabilities
3131

32-
The field capabilities api returns the following information per field:
32+
The field capabilities API returns the following information per field:
3333

3434
[horizontal]
3535
`searchable`::

0 commit comments

Comments
 (0)