From 1b39338eec254b8c34a6d65987c1f9852868d0cf Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 8 Feb 2020 14:30:48 +1000 Subject: [PATCH] make one extra small change for consistency --- website/server/controllers/api-v4/members.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/server/controllers/api-v4/members.js b/website/server/controllers/api-v4/members.js index 88298c3bb0..b84a3775fe 100644 --- a/website/server/controllers/api-v4/members.js +++ b/website/server/controllers/api-v4/members.js @@ -7,7 +7,7 @@ const api = {}; * @api {post} /api/v4/members/flag-private-message/:messageId Flag a private message * @apiDescription Moderators are notified about every flagged message, * including the sender, recipient, and full content of the message. - * This route is for API v4 which must not be used in third-party tools as it can change without notice. + * This is for API v4 which must not be used in third-party tools as it can change without notice. * There is no equivalent route in API v3. * @apiName FlagPrivateMessage * @apiGroup Member