Spelling fixes (#7142)

This commit is contained in:
Ville Skyttä
2017-12-10 04:48:30 +02:00
committed by William Cheng
parent b4f707450a
commit 794bb07cf7
55 changed files with 218 additions and 216 deletions

View File

@@ -95,7 +95,7 @@ namespace IO.Swagger.Client
/// <value>An instance of the IReadableConfiguration.</value>
/// <remarks>
/// <see cref="IReadableConfiguration"/> helps us to avoid modifying possibly global
/// configuration values from within a given client. It does not gaurantee thread-safety
/// configuration values from within a given client. It does not guarantee thread-safety
/// of the <see cref="Configuration"/> instance in any way.
/// </remarks>
public IReadableConfiguration Configuration { get; set; }