Skip to content

Commit 02706ad

Browse files
[9.1] Fix missing quote in docs example (#8628) (#8630)
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
1 parent 6098489 commit 02706ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var response = await client.Transport
5656
The `OnBeforeRequest` callback in `IElasticsearchClientSettings` can be used to dynamically modify requests.
5757

5858
```csharp
59-
var settings = new ElasticsearchClientSettings(new Uri("http://localhost:9200))
59+
var settings = new ElasticsearchClientSettings(new Uri("http://localhost:9200"))
6060
.OnBeforeRequest(OnBeforeRequest); <1>
6161

6262
RequestConfiguration? globalRequestConfiguration = null;

0 commit comments

Comments
 (0)