Skip to content

Commit

Permalink
doc typo (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaysinghj8 authored and remojansen committed Apr 7, 2016
1 parent 88823b0 commit 98777c5
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 @@ -223,7 +223,7 @@ return ninja;
Let's take a look to the InversifyJS features!

#### Support for classes
InversifyJS allows your classes to have a direct dependency on other classes. When doing so you will need to use the `@injectavle` decorator but you will not be required to use the `@inject` decorator.
InversifyJS allows your classes to have a direct dependency on other classes. When doing so you will need to use the `@injectable` decorator but you will not be required to use the `@inject` decorator.
```ts
import { Kernel, injectable, inject } from "inversify";

Expand Down

0 comments on commit 98777c5

Please sign in to comment.