diff --git a/js/angular/service/templateCache.js b/js/angular/service/templateCache.js index dc7d00775d..cdc50634e8 100644 --- a/js/angular/service/templateCache.js +++ b/js/angular/service/templateCache.js @@ -11,7 +11,7 @@ * State templates are cached automatically, but you can optionally cache other templates. * * ```js - * $ionicTemplateCahce('myNgIncludeTemplate.html'); + * $ionicTemplateCache('myNgIncludeTemplate.html'); * ``` * * Optionally disable all preemptive caching with the `$ionicConfigProvider` or individual states by setting `prefetchTemplate`