Skip to content

Commit a2c1b17

Browse files
author
Thiago Bustamante
committed
readme
1 parent 170177f commit a2c1b17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,10 @@ class PersonService {
239239

240240
## Factories
241241

242-
Factories can be used as to create the instances inside the IoC Container.
242+
Factories can be used to create the instances inside the IoC Container.
243243

244244
```typescript
245245
const personFactory: ObjectFactory = () => new PersonService();
246-
@Scoped(new MyScope())
247246
@Factory(personFactory)
248247
class PersonService {
249248
@Inject

0 commit comments

Comments
 (0)