From 8ac5d5de2ad932b27a9c85da638494c67bab6fed Mon Sep 17 00:00:00 2001 From: Richard Onengiye <31253707+klevamane@users.noreply.github.com> Date: Sat, 16 May 2020 16:35:32 +0100 Subject: [PATCH] docs: add the missing text in the sentence (#5736) --- docs/using-ormconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-ormconfig.md b/docs/using-ormconfig.md index 6b83af35b9..1f95b39354 100644 --- a/docs/using-ormconfig.md +++ b/docs/using-ormconfig.md @@ -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: