docs(core): typo in static injector tests (#24548)

PR Close #24548
This commit is contained in:
Georgi Parlakov 2018-06-16 20:03:27 +03:00 committed by Miško Hevery
parent 8c51ce6f3b
commit 39c7769c9e

View File

@ -397,7 +397,7 @@ function factoryFn(a: any){}
}); });
}); });
describe('depedency resolution', () => { describe('dependency resolution', () => {
describe('@Self()', () => { describe('@Self()', () => {
it('should return a dependency from self', () => { it('should return a dependency from self', () => {
const inj = Injector.create([ const inj = Injector.create([