Skip to content

Commit

Permalink
🚙 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Nov 14, 2024
1 parent 183072d commit fe11a58
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion serverless/pages/apis-elasticsearch-conventions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ curl -X GET "${ES_URL}/_cat/indices?v=true" \
-H "Authorization: ApiKey ${API_KEY}"
----

To get API keys or the {es} Endpoint (`${ES_URL}`) for a project, refer to <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint (`${ES_URL}`) for a project, refer to <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-api-conventions-content-type]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-dot-net-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Initialize the client using your API key and {es} Endpoint:
var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>"));
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-dot-net-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-go-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if err != nil {
}
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-go-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-java-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ElasticsearchTransport transport = new RestClientTransport(
ElasticsearchClient esClient = new ElasticsearchClient(transport);
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-java-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-nodejs-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const client = new Client({
})
----

To get API keys or the URL for a project, see <<elasticsearch-get-started>>.
To get API keys for the URL for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-nodejs-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-php-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $client = ClientBuilder::create()
->build();
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-php-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-python-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ client = Elasticsearch(
)
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-python-client-getting-started-using-the-api]]
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/clients-ruby-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ client = ElasticsearchServerless::Client.new(
)
----

To get API keys or the {es} Endpoint for a project, see <<elasticsearch-get-started>>.
To get API keys for the {es} Endpoint for a project, see <<elasticsearch-get-started>>.

[discrete]
[[elasticsearch-ruby-client-getting-started-using-the-api]]
Expand Down

0 comments on commit fe11a58

Please sign in to comment.