Skip to content

Commit

Permalink
Fix another typo on marionette.templatecache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vrinek committed Jun 10, 2013
1 parent 55cf513 commit 834c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marionette.templatecache.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ works, you can override the `loadTemplate` method on the

```js
Backbone.Marionette.TemplateCache.prototype.loadTemplate = function(templateId){
// load your template here, returning a the data needed for the compileTemplate
// load your template here, returning the data needed for the compileTemplate
// function. For example, you have a function that creates templates based on the
// value of templateId
var myTemplate = myTemplateFunc(templateId);
Expand Down

0 comments on commit 834c098

Please sign in to comment.