From 262650ab39d23a4e764992925beaf3722e0086b0 Mon Sep 17 00:00:00 2001 From: Edd Hannay Date: Tue, 21 Jun 2016 19:19:08 +0100 Subject: [PATCH] docs(test_injector): Fix documentation typo (#9403) - Change 'teh' for 'the' --- modules/@angular/core/testing/test_injector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/core/testing/test_injector.ts b/modules/@angular/core/testing/test_injector.ts index 24a53064ae..15841ea8dc 100644 --- a/modules/@angular/core/testing/test_injector.ts +++ b/modules/@angular/core/testing/test_injector.ts @@ -72,7 +72,7 @@ export function getTestInjector() { * common to every test in the suite. * * This may only be called once, to set up the common providers for the current test - * suite on teh current platform. If you absolutely need to change the providers, + * suite on the current platform. If you absolutely need to change the providers, * first use `resetBaseTestProviders`. * * Test Providers for individual platforms are available from