From 98777c58fcb013dde74a19b11063d2d459d3287a Mon Sep 17 00:00:00 2001 From: Ajay Singh Date: Thu, 7 Apr 2016 23:38:29 +0530 Subject: [PATCH] doc typo (#164) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2654eb90..c493181c1 100644 --- a/README.md +++ b/README.md @@ -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";