From 1601c0729111ce4132554761a7c8118beef400d2 Mon Sep 17 00:00:00 2001 From: Jim Cummins Date: Fri, 15 Aug 2014 16:40:44 -0500 Subject: [PATCH] (fix): resolve typo in usage (fix): resolve typo in usage Fixes typo. No breaking changes --- js/angular/service/templateCache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`