From 28791bd6bff8e36ac0ff74f910262360f5c616ae Mon Sep 17 00:00:00 2001 From: Naz Date: Tue, 6 Sep 2022 15:36:58 +0800 Subject: [PATCH] Fixed typo --- ghost/core/core/shared/settings-cache/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/shared/settings-cache/cache.js b/ghost/core/core/shared/settings-cache/cache.js index 86f54d4366..9dade7f7ad 100644 --- a/ghost/core/core/shared/settings-cache/cache.js +++ b/ghost/core/core/shared/settings-cache/cache.js @@ -120,7 +120,7 @@ class CacheManager { * This method is dangerous in case the cache is "lazily" initialized * could result in returning only a partially filled cache * @return {object} cache - * @deprecated this method is not "cache-friendly" and should be avoided from furhter usage + * @deprecated this method is not "cache-friendly" and should be avoided from further usage * instead using multiple "get" calls */ getAll() {