From a6cebc029702968bdd86db6786ca88d2f00e309e Mon Sep 17 00:00:00 2001 From: Sriram Vaidyanathan Date: Tue, 18 Aug 2020 10:50:23 +0530 Subject: [PATCH] Fixed the typo (#14264) The required variable was path instead of patch --- source/_integrations/kankun.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/kankun.markdown b/source/_integrations/kankun.markdown index 7dc3aa4f7c0..21fcc175561 100644 --- a/source/_integrations/kankun.markdown +++ b/source/_integrations/kankun.markdown @@ -51,7 +51,7 @@ switches: required: false default: 80 type: integer - patch: + path: description: Path of CGI script. required: false default: "/cgi-bin/json.cgi"