Skip to content

Commit 5acbdd8

Browse files
fix various syntax and rendering issues (#1007)
1 parent fb1c228 commit 5acbdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/_getting_started_with_the_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Connection to an {{es}} cluster is identical to the existing client, only the AP
1111

1212
```go
1313
client, err := elasticsearch.NewTypedClient(elasticsearch.Config{
14-
// Proper configuration for your {es} cluster.
14+
// Proper configuration for your Elasticsearch cluster.
1515
})
1616
```
1717

0 commit comments

Comments
 (0)