From d23f79d00112eeaac6271e0de7f4ad24d60662f8 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 29 May 2016 09:24:19 -0500 Subject: [PATCH] fix: Correct typo in tag documentation Per https://twitter.com/Rio_Alx/status/736109816964227073 --- website/server/controllers/api-v3/tags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/server/controllers/api-v3/tags.js b/website/server/controllers/api-v3/tags.js index 250c343537..62e740a225 100644 --- a/website/server/controllers/api-v3/tags.js +++ b/website/server/controllers/api-v3/tags.js @@ -34,7 +34,7 @@ api.createTag = { }; /** - * @api {get} /api/v3/tag Get a user's tags + * @api {get} /api/v3/tags Get a user's tags * @apiVersion 3.0.0 * @apiName GetTags * @apiGroup Tag