docs(forward_ref): typo

Closes #4123
This commit is contained in:
pocketmax 2015-09-10 23:00:48 -07:00 committed by Misko Hevery
parent f66c3a21eb
commit ed586f0b4a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export interface ForwardRefFn { (): any; }
/** /**
* Allows to refer to references which are not yet defined. * Allows to refer to references which are not yet defined.
* *
* This situation arises when the key which we need te refer to for the purposes of DI is declared, * This situation arises when the key which we need to refer to for the purposes of DI is declared,
* but not yet defined. * but not yet defined.
* *
* ## Example: * ## Example: