Skip to content

Commit

Permalink
Update marionette.renderer.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
cedrictools committed May 26, 2014
1 parent 999fa5e commit 324141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marionette.renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you wish to override the template engine used, change the
```js
Backbone.Marionette.Renderer.render = function(template, data){
return $(template).tmpl(data);
});
};
```

This implementation will replace the default Underscore.js
Expand Down

0 comments on commit 324141d

Please sign in to comment.