Skip to content

Commit

Permalink
Fixing spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewc committed Sep 15, 2017
1 parent 52cd28f commit 4f5da41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Uri GetUrl(IExtensionConfigProvider extension)
var handler = extension as HttpHandler;
if (handler == null)
{
throw new InvalidOperationException($"Extension must implemnent IAsyncConverter<HttpRequestMessage, HttpResponseMessage> in order to receive hooks");
throw new InvalidOperationException($"Extension must implement IAsyncConverter<HttpRequestMessage, HttpResponseMessage> in order to receive webhooks");
}

string name = extensionType.Name;
Expand Down

0 comments on commit 4f5da41

Please sign in to comment.