From 1bf96f9a332a51aef9d9467de6a148c9f689d2f3 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 30 Jun 2016 22:07:32 -0500 Subject: [PATCH] fix(docs): Correct typo in chat docs --- website/server/controllers/api-v3/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/server/controllers/api-v3/chat.js b/website/server/controllers/api-v3/chat.js index a1c503407b..ee629cebb7 100644 --- a/website/server/controllers/api-v3/chat.js +++ b/website/server/controllers/api-v3/chat.js @@ -49,7 +49,7 @@ api.getChat = { /** * @api {post} /api/v3/groups/:groupId/chat Post chat message to a group * @apiVersion 3.0.0 - * @apiName PostCat + * @apiName PostChat * @apiGroup Chat * * @apiParam {UUID} groupId The group _id ('party' for the user party and 'habitrpg' for tavern are accepted)