Browse Source

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.
Darren Meiss 6 years ago
parent
commit
7f1de4f488
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/search/field-caps.asciidoc

+ 3 - 3
docs/reference/search/field-caps.asciidoc

@@ -3,7 +3,7 @@
 
 The field capabilities API allows to retrieve the capabilities of fields among multiple indices.
 
-The field capabilities api by default executes on all indices:
+The field capabilities API by default executes on all indices:
 
 [source,js]
 --------------------------------------------------
@@ -11,7 +11,7 @@ GET _field_caps?fields=rating
 --------------------------------------------------
 // CONSOLE
 
-... but the request can also be restricted to specific indices:
+The request can also be restricted to specific indices:
 
 [source,js]
 --------------------------------------------------
@@ -29,7 +29,7 @@ Supported request options:
 [float]
 === Field Capabilities
 
-The field capabilities api returns the following information per field:
+The field capabilities API returns the following information per field:
 
 [horizontal]
 `searchable`::