Skip to content

Commit

Permalink
docs: fix grammar for ormconfig error (#6001)
Browse files Browse the repository at this point in the history
Trying to match line 54
  • Loading branch information
vegerot committed May 16, 2020
1 parent 0acedda commit 53d92ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection/ConnectionOptionsReader.ts
Expand Up @@ -38,7 +38,7 @@ export class ConnectionOptionsReader {
async all(): Promise<ConnectionOptions[]> {
const options = await this.load();
if (!options)
throw new Error(`No connection options were found in any of configurations file.`);
throw new Error(`No connection options were found in any orm configuration files.`);

return options;
}
Expand Down

0 comments on commit 53d92ba

Please sign in to comment.