From 76c28e60d372007ac46d7f1c8e36f6d1409cea56 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 13 Sep 2021 20:50:26 +0200 Subject: [PATCH] fixing typo --- InvenTree/common/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index 16b4199a0b..f2479b4a2a 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -41,7 +41,7 @@ class VerificationMethod: class WebhookView(CsrfExemptMixin, APIView): """ - Endpoint for receiving webhoks. + Endpoint for receiving webhooks. """ authentication_classes = [] permission_classes = []