docs(test_injector): Fix documentation typo (#9403)

- Change 'teh' for 'the'
This commit is contained in:
Edd Hannay 2016-06-21 19:19:08 +01:00 committed by Victor Berchet
parent 8c076d5a73
commit 262650ab39
1 changed files with 1 additions and 1 deletions

View File

@ -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