Przeglądaj źródła

correction of a typo

Christian Hillebrand 4 lat temu
rodzic
commit
28582b7e77
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
     },