fix trailing space

This commit is contained in:
Matteo Pagliazzi
2016-05-25 14:58:38 +02:00
parent 7297a6fa76
commit 3f1343fdfb
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ api.getInvitesForGroup = {
/**
* @api {get} /api/v3/challenges/:challengeId/members Get members for a challenge
* @apiDescription With a limit of 30 member per request.
* To get all members run requests against this routes (updating the lastId query parameter) until you get less than 30 results.
* To get all members run requests against this routes (updating the lastId query parameter) until you get less than 30 results.
* BETA You can also use ?includeAllMembers=true. This option is currently in BETA and may be removed in future.
* Its use is discouraged and its performaces are not optimized especially for large challenges.
*