mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed typo
This commit is contained in:
parent
67df9a6105
commit
28791bd6bf
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue