Explorar el Código

correction of a typo

Christian Hillebrand hace 4 años
padre
commit
28582b7e77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
     },