Skip to content

Commit

Permalink
docs: add the missing text in the sentence (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
klevamane committed May 16, 2020
1 parent 9874227 commit 8ac5d5d
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 8ac5d5d

Please sign in to comment.