Skip to content

Commit 47195fe

Browse files
committed
Fix typo in error message
1 parent 2b9e762 commit 47195fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorators/OrmRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function OrmRepository(entityTypeOrConnectionName?: Function|string, para
163163
: `for a property "${propertyName}" of ${object.constructor.name} class. `
164164
+
165165
`For injecting Repository, MongoRepository or TreeRepository, ` +
166-
`you have to specify the entity type due to TS reflection limitation` +
166+
`you have to specify the entity type due to TS reflection limitation - ` +
167167
`"entityType" parameter can be ommited only for custom repositories.`
168168
);
169169
}

0 commit comments

Comments
 (0)