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

Commit

Permalink
docs: fix typographical error in faq (typeorm#4321)
Browse files Browse the repository at this point in the history
change "typedi" to "typed" in how to use TypeORM with a dependency injection tool question
  • Loading branch information
SrChip15 authored and vlapo committed Jun 19, 2019
1 parent efe1a5f commit 117185b
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.

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 typedi service containers with TypeORM. Note: you can setup any service container with TypeORM.
Here is an example for how you can set up typed 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 117185b

Please sign in to comment.