Skip to content

Commit

Permalink
docs: fix grammar for ormconfig error (typeorm#6001)
Browse files Browse the repository at this point in the history
Trying to match line 54
  • Loading branch information
vegerot authored and Svetlozar committed Jan 12, 2021
1 parent fe60cd1 commit df80147
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 df80147

Please sign in to comment.