--WireMockLogger WireMockConsoleLogger (#282)

This commit is contained in:
Stef Heyenrath
2019-06-10 17:46:04 +02:00
committed by GitHub
parent 9031541b91
commit d7b6e03cb2
7 changed files with 15 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ namespace WireMock.Settings
bool? UseSSL { get; set; }
/// <summary>
/// Gets or sets wether to start admin interface.
/// Gets or sets whether to start admin interface.
/// </summary>
[PublicAPI]
bool? StartAdminInterface { get; set; }