change "an user" to "a user" in comments and text (no code changes) (#7257)

This commit is contained in:
Alys
2016-05-15 09:10:08 +10:00
committed by Matteo Pagliazzi
parent 8a72c91060
commit 887d187691
7 changed files with 14 additions and 14 deletions
@@ -316,7 +316,7 @@ describe('Post /groups/:groupId/invite', () => {
});
});
it('allow inviting an user to a party if he\'s partying solo', async () => {
it('allow inviting a user to a party if he\'s partying solo', async () => {
let userToInvite = await generateUser();
await userToInvite.post('/groups', { // add user to a party
name: 'Another Test Party',