diff --git a/docs/reference/_getting_started_with_the_api.md b/docs/reference/_getting_started_with_the_api.md index 780124ec63..880db53763 100644 --- a/docs/reference/_getting_started_with_the_api.md +++ b/docs/reference/_getting_started_with_the_api.md @@ -11,7 +11,7 @@ Connection to an {{es}} cluster is identical to the existing client, only the AP ```go client, err := elasticsearch.NewTypedClient(elasticsearch.Config{ - // Proper configuration for your {es} cluster. + // Proper configuration for your Elasticsearch cluster. }) ```