adjust text in apidocs for errors / clarity / consistency / standard terminology (no code changes) (#7298)

This commit is contained in:
Alys
2016-05-17 02:08:54 +10:00
committed by Matteo Pagliazzi
parent ad03cc8f9a
commit 4bba10fac2
7 changed files with 68 additions and 65 deletions

View File

@@ -7,7 +7,7 @@ import _ from 'lodash';
let api = {};
/**
* @api {post} /api/v3/debug/add-ten-gems Add ten gems to the current user.
* @api {post} /api/v3/debug/add-ten-gems Add ten gems to the current user
* @apiDescription Only available in development mode.
* @apiVersion 3.0.0
* @apiName AddTenGems
@@ -31,7 +31,7 @@ api.addTenGems = {
};
/**
* @api {post} /api/v3/debug/add-hourglass Add Hourglass to the current user.
* @api {post} /api/v3/debug/add-hourglass Add Hourglass to the current user
* @apiDescription Only available in development mode.
* @apiVersion 3.0.0
* @apiName AddHourglass