Browse Source

correction of a typo

Christian Hillebrand 4 years ago
parent
commit
28582b7e77
1 changed files with 1 additions and 1 deletions
  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,
     },