diff --git a/client/src/modules/cache.js b/client/src/modules/cache.js index fb78a123..76822f15 100644 --- a/client/src/modules/cache.js +++ b/client/src/modules/cache.js @@ -16,7 +16,7 @@ export default class Cache { } /** - * Get something from cache + * Push something to cache * @param {String} where Cache identifier * @param {any} data Data to push */