From 951278a19c32a6a05b1ae0f7b4a821697c8bdc6e Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Mon, 21 Apr 2025 10:31:38 -0500 Subject: [PATCH] fix various syntax and rendering issues --- docs/reference/_getting_started_with_the_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. }) ```