Skip to content

Commit 84d3f22

Browse files
committed
Add example link; fix typos
1 parent b20e560 commit 84d3f22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

specification/_global/get/GetRequest.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export interface Request extends RequestBase {
110110
query_parameters: {
111111
/**
112112
* Indicates whether the request forces synthetic `_source`.
113-
* Use this paramater to test if the mapping supports synthetic `_source` and to get a sense of the worst case performance.
113+
* Use this parameter to test if the mapping supports synthetic `_source` and to get a sense of the worst case performance.
114114
* Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
115115
* @availability stack since=8.4.0 visibility=feature_flag feature_flag=es.index_mode_feature_flag_registered
116116
*/
@@ -163,8 +163,9 @@ export interface Request extends RequestBase {
163163
* A comma-separated list of stored fields to return as part of a hit.
164164
* If no fields are specified, no stored fields are included in the response.
165165
* If this field is specified, the `_source` parameter defaults to `false`.
166-
* Only leaf fields can be retrieved with the `stored_field` option.
167-
* Object fields can't be returned;​if specified, the request fails.
166+
* Only leaf fields can be retrieved with the `stored_fields` option.
167+
* Object fields can't be returned; if specified, the request fails.
168+
* For an example, refer to [Retrieve stored fields](https://www.elastic.co/docs/reference/elasticsearch/rest-apis/retrieve-stored-fields).
168169
*/
169170
stored_fields?: Fields
170171
/**

0 commit comments

Comments
 (0)