From b96f4c82b021c3315f7530451967941f0636cc21 Mon Sep 17 00:00:00 2001 From: Omar Khalil Date: Mon, 2 Apr 2018 01:42:21 +0200 Subject: [PATCH] Fix a Typo --- actions/ban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/ban.js b/actions/ban.js index ed2d4b9..ba4b9a1 100644 --- a/actions/ban.js +++ b/actions/ban.js @@ -11,7 +11,7 @@ const { ban } = require('../stores/user'); const displayUser = user => user.first_name ? link(user) - : `an user with id ${user.id}`; + : `a user with id ${user.id}`; module.exports = async ({ admin, userToBan, reason }) => { // move some checks from handler here?