Fix spelling of received. (#8937)

This commit is contained in:
Brian Murray
2017-08-15 16:02:49 -07:00
committed by Sabe Jones
parent 1f1c7826a4
commit b27319313d
3 changed files with 14 additions and 14 deletions

View File

@@ -1055,8 +1055,8 @@ async function _inviteByEmail (invite, group, inviter, req, res) {
* }
*
* @apiSuccess {Array} data The invites
* @apiSuccess {Object} data[0] If the invitation was a user id, you'll receive back an object. You'll recieve one Object for each succesful user id invite.
* @apiSuccess {String} data[1] If the invitation was an email, you'll receive back the email. You'll recieve one String for each successful email invite.
* @apiSuccess {Object} data[0] If the invitation was a user id, you'll receive back an object. You'll receive one Object for each succesful user id invite.
* @apiSuccess {String} data[1] If the invitation was an email, you'll receive back the email. You'll receive one String for each successful email invite.
*
* @apiSuccessExample {json} Successful Response with Emails
* {