thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
526 stars 64 forks source link

just a typo #40

Closed mtrefzer closed 4 years ago

mtrefzer commented 6 years ago

Perhaps you should refactor the class InjectorHanlder to class InjectorHandler just to fix the Typo :) By the way amazing lean DI. I give it a try in my next Project.

Cheers Michael

thiagobustamante commented 4 years ago

done! Thanks