Skip to content

Commit 6ecd1a2

Browse files
committed
Typo
1 parent 13c4091 commit 6ecd1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface IConnectionConfiguration<out T> where T : IConnectionConfigurat
2525
/// <returns></returns>
2626
T SetGlobalQueryStringParameters(NameValueCollection queryStringParameters); /// <summary>
2727

28-
/// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here,
28+
/// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here,
2929
/// and specify the timeout in various calls on Elasticsearch's side.
3030
/// </summary>
3131
/// <param name="timeout">time out in milliseconds</param>
@@ -57,4 +57,4 @@ public interface IConnectionConfiguration<out T> where T : IConnectionConfigurat
5757
/// </summary>
5858
T SetConnectionStatusHandler(Action<ElasticsearchResponse> handler);
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)