Skip to content

Commit 4f5da41

Browse files
committed
Fixing spelling mistake
1 parent 52cd28f commit 4f5da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/WebHooks/WebJobsSdkExtensionHookProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Uri GetUrl(IExtensionConfigProvider extension)
4040
var handler = extension as HttpHandler;
4141
if (handler == null)
4242
{
43-
throw new InvalidOperationException($"Extension must implemnent IAsyncConverter<HttpRequestMessage, HttpResponseMessage> in order to receive hooks");
43+
throw new InvalidOperationException($"Extension must implement IAsyncConverter<HttpRequestMessage, HttpResponseMessage> in order to receive webhooks");
4444
}
4545

4646
string name = extensionType.Name;

0 commit comments

Comments
 (0)