Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidhanson90 committed Mar 4, 2021
1 parent dd548f4 commit fad287b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ const carWithSuperPowerfulEngine = factory.create(new SuperPowerfulEngine());

```

If you prefer not to pass undefined to the factory, there is also a convenience named constant `AUTO_RESOLVE` which be used instead.
If you prefer not to pass undefined to the factory, there is also a named constant `AUTO_RESOLVE` which can be used instead.

```typescript
factory.create(AUTO_RESOLVE, 4);
Expand Down

0 comments on commit fad287b

Please sign in to comment.