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