From 59bbd3510b441064f3f0d0f941eed1731eaff62c Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Thu, 9 Dec 2010 18:12:54 -0800 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ace7d..4e58d2a 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ By adding a pragma, we can provide the right context for a given template:
{{_i}}Tweet{{/i}}
-This will lookup every translation in that template with the mode, e.g. `_('Tweet', {_mode: "tweet_button"})`, which your gettext implementation can handle as appropriate. +This will lookup every translation in that template with the mode, e.g. `_('Tweet', {mode: "tweet_button"})`, which your gettext implementation can handle as appropriate. ## Escaping