diff --git a/src/Core/Settings/GlobalSettings.cs b/src/Core/Settings/GlobalSettings.cs index 12b95e149d..ece38a05cc 100644 --- a/src/Core/Settings/GlobalSettings.cs +++ b/src/Core/Settings/GlobalSettings.cs @@ -10,8 +10,8 @@ namespace Bit.Core.Settings public GlobalSettings() { BaseServiceUri = new BaseServiceUriSettings(this); - Attachment = new FileStorageSettings(this, "attchments", "attchments"); - Send = new FileStorageSettings(this, "attchments/send", "attchments/send"); + Attachment = new FileStorageSettings(this, "attachments", "attachments"); + Send = new FileStorageSettings(this, "attachments/send", "attachments/send"); DataProtection = new DataProtectionSettings(this); }