Browse Source

correction of a typo

Christian Hillebrand 4 năm trước cách đây
mục cha
commit
28582b7e77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
     },