Skip to content

Commit

Permalink
fixing a typo in cache-manager/cache-manager.d.ts (DefinitelyTyped#11129
Browse files Browse the repository at this point in the history
)
  • Loading branch information
salguerooo authored and vvakame committed Sep 9, 2016
1 parent b6b192d commit 3d232e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache-manager/cache-manager.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare module 'cache-manager' {


module cacheManager {
function caching(ICongig: StoreConfig): Cache;
function caching(IConfig: StoreConfig): Cache;
function multiCaching(Caches: Cache[]): Cache;
}

Expand Down

0 comments on commit 3d232e8

Please sign in to comment.