zahmis 5 سال پیش
والد
کامیت
0f0dc837a5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/server/service/config-loader.js

+ 1 - 1
src/server/service/config-loader.js

@@ -414,7 +414,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns:      'crowi',
     key:     'slackbot:type', // eg. official || custom-non-proxy || custom-with-proxy
     type:    TYPES.STRING,
-    default: 'custom-non-proxy', // If imple Official bot, set official in default
+    default: 'custom-non-proxy', // If impl Official bot, set official in default
   },
 };