@@ -152,7 +152,7 @@ module.exports = function(crowi, app) {
* @apiName UpdateComment
* @apiGroup Comment
*
- * @apiParam {Object} commentForm Comment Form.
+ * @apiParam {Object} commentForm Comment Form
*/
api.update = async function(req, res) {
const { commentForm } = req.body;