Skip to content

Commit 8e80c02

Browse files
committed
docs(caching): correct weird sentence
1 parent be43a34 commit 8e80c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ CacheModule.registerAsync({
322322
323323
This works the same as `useClass` with one critical difference - `CacheModule` will lookup imported modules to reuse any already-created `ConfigService`, instead of instantiating its own.
324324
325-
> info **Hint** `CacheModule#register` and `CacheModule#registerAsync` and `CacheOptionsFactory` has an optional generic (type argument) to narrow down store-specific configuration options, making it type safe.
325+
> info **Hint** `CacheModule#register`, `CacheModule#registerAsync` and `CacheOptionsFactory` have an optional generic (type argument) to narrow down store-specific configuration options, making it type safe.
326326
327327
You can also pass so-called `extraProviders` to the `registerAsync()` method. These providers will be merged with the module providers.
328328

0 commit comments

Comments
 (0)