Skip to content

Commit

Permalink
Revert "docs: fix typographical error in faq (#4321)" (#4380)
Browse files Browse the repository at this point in the history
This reverts commit 117185b.
  • Loading branch information
vlapo committed Jul 1, 2019
1 parent 39a8e34 commit a858de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ and add extra columns in there. You can read more about this in [Many-to-Many re

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.

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

```typescript
import {useContainer, createConnection} from "typeorm";
Expand Down

0 comments on commit a858de1

Please sign in to comment.