Skip to content

Commit 7b70c3d

Browse files
committed
comment name correction
1 parent 6078d0d commit 7b70c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type MikroOrmNestScopeOptions = {
1010
scope?: Scope;
1111
};
1212
/**
13-
* @deprecated Use `MultipleMikroOrmModuleOptions`. This type will be removed in v7.
13+
* @deprecated Use `MultiMikroOrmModuleOptions`. This type will be removed in v7.
1414
*/
1515
export type MikroOrmMiddlewareModuleOptions = MultiMikroOrmModuleOptions;
1616
export type MultiMikroOrmModuleOptions = {

0 commit comments

Comments
 (0)