diff --git a/Lager/SettingsStorage.cs b/Lager/SettingsStorage.cs index a921343..1fc440e 100644 --- a/Lager/SettingsStorage.cs +++ b/Lager/SettingsStorage.cs @@ -45,10 +45,10 @@ protected SettingsStorage(string keyPrefix, IBlobCache cache) public event PropertyChangedEventHandler PropertyChanged; /// - /// Laods every setting in this storage into the internal cache, or, if the value doesn't exist in the storage, - /// initializes it with it's default value. + /// Loads every setting in this storage into the internal cache, or, if the value doesn't exist in the storage, + /// initializes it with its default value. /// You dont HAVE to call this method, but it's handy for applications with a high number of settings - /// where you want to load all settings at once at startup into the internal cache and not one-by-one at each request. + /// where you want to load all settings on startup at once into the internal cache and not one-by-one at each request. /// public Task InitializeAsync() {