docs(FactoryProvider): add missing backtick (#11444)

This commit is contained in:
Pete Bacon Darwin 2016-09-08 17:18:37 +01:00 committed by Evan Martin
parent 78ad9adc1a
commit f78e184822
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export interface ExistingProvider {
* *
* // Assume location is: http://angular.io/#someLocation * // Assume location is: http://angular.io/#someLocation
* expect(injector.get(HASH)).toEqual('someLocation'); * expect(injector.get(HASH)).toEqual('someLocation');
* `` * ```
* @stable * @stable
*/ */
export interface FactoryProvider { export interface FactoryProvider {