From 22a00ded01542f68f4e00455d2f81f384e503028 Mon Sep 17 00:00:00 2001 From: Chou-Ying Hsieh <32506160+PunchShadow@users.noreply.github.com> Date: Sat, 13 Oct 2018 14:01:22 +0800 Subject: [PATCH] Fix commit word --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 81bea7a..9a511a2 100755 --- a/main.js +++ b/main.js @@ -104,7 +104,7 @@ if (process.argv.length > 2) { return; } - // Get all the .json with specify src + // Get all the .json with specific src switch (program.model) { case 'doc': console.log(`Source directory: ${program.src}, Output directory: ${program.out}`) @@ -215,4 +215,4 @@ papogen_api.gen_api = function(model, src, title, out, gen, theme) { } } -module.exports = papogen_api; \ No newline at end of file +module.exports = papogen_api;