File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Elasticsearch.Net/Configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ public interface IConnectionConfigurationValues : IDisposable
18
18
/// Basic access authorization credentials to specify with all requests.
19
19
/// </summary>
20
20
/// <remarks>
21
- /// Cannot be used in conjuction with <see cref="ApiKeyAuthenticationCredentials"/>
21
+ /// Cannot be used in conjunction with <see cref="ApiKeyAuthenticationCredentials"/>
22
22
/// </remarks>
23
23
BasicAuthenticationCredentials BasicAuthenticationCredentials { get ; }
24
24
25
25
/// <summary>
26
26
/// Api Key authorization credentials to specify with all requests.
27
27
/// </summary>
28
28
/// <remarks>
29
- /// Cannot be used in conjuction with <see cref="BasicAuthenticationCredentials"/>
29
+ /// Cannot be used in conjunction with <see cref="BasicAuthenticationCredentials"/>
30
30
/// </remarks>
31
31
ApiKeyAuthenticationCredentials ApiKeyAuthenticationCredentials { get ; }
32
32
33
- /// <summary> Provides a semaphoreslim to transport implementations that need to limit access to a resource</summary>
33
+ /// <summary> Provides a <see cref="SemaphoreSlim"/> to transport implementations that need to limit access to a resource</summary>
34
34
SemaphoreSlim BootstrapLock { get ; }
35
35
36
36
/// <summary>
You can’t perform that action at this time.
0 commit comments