From 51e498f8c98048dfb7c8a38d91e112b6e13e5b68 Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Tue, 7 Jan 2020 14:44:18 -0300 Subject: [PATCH] Fix add-api-key description comment --- server/controllers/system/add-api-key.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/controllers/system/add-api-key.php b/server/controllers/system/add-api-key.php index 5f922817..fbb34107 100755 --- a/server/controllers/system/add-api-key.php +++ b/server/controllers/system/add-api-key.php @@ -14,7 +14,7 @@ use Respect\Validation\Validator as DataValidator; * @apiPermission staff3 * * @apiParam {String} name Name of the new APIKey. - * @apiParam {String} type Type of APIKey: "REGSITRATION" or "TICKET_CREATE" + * @apiParam {String} type Type of APIKey: "REGISTRATION" or "TICKET_CREATE" * * @apiUse NO_PERMISSION * @apiUse INVALID_NAME