itizawa 6 ani în urmă
părinte
comite
c521051c33
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/server/routes/comment.js

+ 1 - 1
src/server/routes/comment.js

@@ -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;