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

Commit a858de1

Browse files
authored
Revert "docs: fix typographical error in faq (typeorm#4321)" (typeorm#4380)
This reverts commit 117185b.
1 parent 39a8e34 commit a858de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ and add extra columns in there. You can read more about this in [Many-to-Many re
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 typed service containers with TypeORM. Note: you can setup any service container with TypeORM.
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.
141141

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

0 commit comments

Comments
 (0)