Skip to content

Commit

Permalink
cosmetic: fix comment, code is actually using session storage
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 9, 2023
1 parent 2995eff commit 3431688
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Config Cache service
*
* Storing Config Data information in memory / in local storage.
* Storing Config Data information in memory / in session storage.
*/
angular.module("io.wcm.caconfig.editor")
.service("configCacheService", ConfigCacheService);
Expand Down

0 comments on commit 3431688

Please sign in to comment.