From cb4615e79eb998603c178f45625cd0cd865ab6d3 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Mon, 27 Feb 2017 16:51:24 +0900 Subject: Fix typo: arleady -> already --- src/api/endpoints/posts/polls/vote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/endpoints/posts/polls') diff --git a/src/api/endpoints/posts/polls/vote.js b/src/api/endpoints/posts/polls/vote.js index 40cd8a7e2c..c13772554a 100644 --- a/src/api/endpoints/posts/polls/vote.js +++ b/src/api/endpoints/posts/polls/vote.js @@ -52,7 +52,7 @@ module.exports = (params, user) => return rej('invalid choice'); } - // Check arleady voted + // Check already voted const exist = await Vote.findOne({ post_id: post._id, user_id: user._id -- cgit v1.2.3-freya