Fix typo and polish

This commit is contained in:
Sam Brannen 2018-10-29 14:47:20 +01:00
parent 76d203fc61
commit 42a95b8f35
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ class WiretapConnector implements ClientHttpConnector {
//noinspection ConstantConditions
(this.publisher != null ? this.publisher : this.publisherNested)
.onErrorMap(ex -> new IllegalStateException(
"Content was not been consumed and " +
"an error was raised on attempt to produce it:", ex))
"Content has not been consumed, and " +
"an error was raised while attempting to produce it.", ex))
.subscribe();
}
return this.content;