From f78e184822c865dfb9ccb6fa7498539f2adbb9c4 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Thu, 8 Sep 2016 17:18:37 +0100 Subject: [PATCH] docs(FactoryProvider): add missing backtick (#11444) --- modules/@angular/core/src/di/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/core/src/di/provider.ts b/modules/@angular/core/src/di/provider.ts index 170b2f562e..6c266028ae 100644 --- a/modules/@angular/core/src/di/provider.ts +++ b/modules/@angular/core/src/di/provider.ts @@ -259,7 +259,7 @@ export interface ExistingProvider { * * // Assume location is: http://angular.io/#someLocation * expect(injector.get(HASH)).toEqual('someLocation'); - * `` + * ``` * @stable */ export interface FactoryProvider {