Skip to content

Commit

Permalink
docs: add the missing text in the sentence (typeorm#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
klevamane authored and Svetlozar committed Jan 12, 2021
1 parent c287f1b commit b9dde21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-ormconfig.md
Expand Up @@ -210,7 +210,7 @@ Note that Typeorm will use the first valid method found and will not load the ot
## Overriding options defined in ormconfig

Sometimes you want to override values defined in your ormconfig file,
or you might to append some TypeScript / JavaScript logic to your configuration.
or you might want to append some TypeScript / JavaScript logic to your configuration.

In such cases you can load options from ormconfig and get `ConnectionOptions` built,
then you can do whatever you want with those options, before passing them to `createConnection` function:
Expand Down

0 comments on commit b9dde21

Please sign in to comment.