docs(test_injector): Fix documentation typo (#9403)
- Change 'teh' for 'the'
This commit is contained in:
parent
8c076d5a73
commit
262650ab39
|
@ -72,7 +72,7 @@ export function getTestInjector() {
|
||||||
* common to every test in the suite.
|
* common to every test in the suite.
|
||||||
*
|
*
|
||||||
* This may only be called once, to set up the common providers for the current test
|
* 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`.
|
* first use `resetBaseTestProviders`.
|
||||||
*
|
*
|
||||||
* Test Providers for individual platforms are available from
|
* Test Providers for individual platforms are available from
|
||||||
|
|
Loading…
Reference in New Issue