Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusostermann committed Mar 2, 2018
1 parent 27530bf commit cbe71ba
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 @@ -58,7 +58,7 @@ container.runMain();
```

### Components and component descriptors
inversify-components allows you to basically split your applications into independent components. To do so, each component exports
inversify-components allows you to basically split your applications into independent components. To achieve this, each component exports
a `component descriptor`:
```typescript
import { ComponentDescriptor } from "inversify-components";
Expand Down

0 comments on commit cbe71ba

Please sign in to comment.