Skip to content

Commit 9708347

Browse files
Updated readme
1 parent 7622be8 commit 9708347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Service {
104104
```
105105

106106
### Life Time control.
107-
> By default, containers resolve singletons when **useClass** and **useFactory**. Change it by setting **lifeTime** attribute to **LifeTime.PerRequest**.
107+
> By default, containers resolve singletons when using **useClass** and **useFactory**. Change it by setting **lifeTime** attribute to **LifeTime.PerRequest**.
108108
109109
```typescript
110110
import { LifeTime } from 'container-ioc';

0 commit comments

Comments
 (0)