diff --git a/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/ISecureStorageProvider.cs b/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/ISecureStorageProvider.cs index 9c45878..e82ff2c 100644 --- a/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/ISecureStorageProvider.cs +++ b/src/StevanFreeborn.Extensions.Configuration.Secure/Storage/ISecureStorageProvider.cs @@ -6,7 +6,7 @@ namespace StevanFreeborn.Extensions.Configuration.Secure.Storage; public interface ISecureStorageProvider : IDisposable { /// - /// + /// Occurs when the underlying storage has changed and the configuration should be reloaded. /// event EventHandler StorageChanged;