diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 41488d45af72..377c0c820d54 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -372,7 +372,7 @@ function $CacheFactoryProvider() { * the document, but it must be a descendent of the {@link ng.$rootElement $rootElement} (IE, * element with ng-app attribute), otherwise the template will be ignored. * - * Adding via the $templateCache service: + * Adding via the `$templateCache` service: * * ```js * var myApp = angular.module('myApp', []);