浏览代码

correction of a typo

Christian Hillebrand 4 年之前
父节点
当前提交
28582b7e77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/settings.js

+ 1 - 1
models/settings.js

@@ -62,7 +62,7 @@ Settings.attachSchema(
       type: String,
       optional: true,
     },
-    automaticLinkedUrlScheme: {
+    automaticLinkedUrlSchemes: {
       type: String,
       optional: true,
     },