Skip to content

Commit 8a93b85

Browse files
chore(common): fix incorrect comment
1 parent 64f8038 commit 8a93b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/module-utils/interfaces/configurable-module-async-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface ConfigurableModuleAsyncOptions<
4747
>;
4848
/**
4949
* Function returning options (or a Promise resolving to options) to configure the
50-
* cache module.
50+
* module.
5151
*/
5252
useFactory?: (...args: any[]) => Promise<ModuleOptions> | ModuleOptions;
5353
/**

0 commit comments

Comments
 (0)