diff --git a/src/Elasticsearch.Net/Connection/ConnectionConfiguration.cs b/src/Elasticsearch.Net/Connection/ConnectionConfiguration.cs index d39422b7c05..6dab33cdfef 100644 --- a/src/Elasticsearch.Net/Connection/ConnectionConfiguration.cs +++ b/src/Elasticsearch.Net/Connection/ConnectionConfiguration.cs @@ -142,7 +142,7 @@ public T SetGlobalQueryStringParameters(NameValueCollection queryStringParameter } /// - /// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here, + /// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here, /// and specify the timeout in various calls on Elasticsearch's side. /// /// time out in milliseconds diff --git a/src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs b/src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs index f6ecf5f2f5d..a993744024d 100644 --- a/src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs +++ b/src/Elasticsearch.Net/Connection/IConnectionConfiguration.cs @@ -25,7 +25,7 @@ public interface IConnectionConfiguration where T : IConnectionConfigurat /// T SetGlobalQueryStringParameters(NameValueCollection queryStringParameters); /// - /// Timeout in milliseconds when the .NET webrquest should abort the request, note that you can set this to a high value here, + /// Timeout in milliseconds when the .NET webrequest should abort the request, note that you can set this to a high value here, /// and specify the timeout in various calls on Elasticsearch's side. /// /// time out in milliseconds @@ -57,4 +57,4 @@ public interface IConnectionConfiguration where T : IConnectionConfigurat /// T SetConnectionStatusHandler(Action handler); } -} \ No newline at end of file +}