From 1b64cccea003a9613c1ca2f7b58f09e460d3c21c Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sun, 14 Jul 2013 19:25:18 -0700 Subject: [PATCH] Fix typo --- docs/jst-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jst-options.md b/docs/jst-options.md index 1e117ea..9b0d120 100644 --- a/docs/jst-options.md +++ b/docs/jst-options.md @@ -70,7 +70,7 @@ Wraps the output file with an AMD define function and returns the compiled templ ```js define(function() { //...// - returns this['[template namespace]']; + return this['[template namespace]']; }); ```