0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed typo

This commit is contained in:
Naz 2022-09-06 15:36:58 +08:00
parent 67df9a6105
commit 28791bd6bf
No known key found for this signature in database

View file

@ -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() {