Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 117185b

Browse files
sri-newvlapo
authored andcommitted
docs: fix typographical error in faq (typeorm#4321)
change "typedi" to "typed" in how to use TypeORM with a dependency injection tool question
1 parent efe1a5f commit 117185b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ and add extra columns in there.
137137

138138
In TypeORM you can use service containers. Service containers allow you to inject custom services in some places, like in subscribers or custom naming strategies. For example, you can get access to ConnectionManager from any place using a service container.
139139

140-
Here is an example for how you can set up typedi service containers with TypeORM. Note: you can setup any service container with TypeORM.
140+
Here is an example for how you can set up typed service containers with TypeORM. Note: you can setup any service container with TypeORM.
141141

142142
```typescript
143143
import {useContainer, createConnection} from "typeorm";

0 commit comments

Comments
 (0)