We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb1c228 commit 5acbdd8Copy full SHA for 5acbdd8
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
11
12
```go
13
client, err := elasticsearch.NewTypedClient(elasticsearch.Config{
14
- // Proper configuration for your {es} cluster.
+ // Proper configuration for your Elasticsearch cluster.
15
})
16
```
17
0 commit comments