fix(docs): minor @link fixes.

Closes #4696
This commit is contained in:
Alex Rickabaugh
2015-10-13 00:06:39 -07:00
parent 717bd23c37
commit 3a801c16fa
2 changed files with 4 additions and 4 deletions

View File

@ -194,7 +194,7 @@ export abstract class PlatformRef {
* # Usage
*
* `bindingFn` is a function that will be called in the new application's zone.
* It should return a {@link Promise} to a list of providers to be used for the
* It should return a `Promise` to a list of providers to be used for the
* new application. Once this promise resolves, the application will be
* constructed in the same manner as a normal `application()`.
*/