Browse Source

Typo in README

Evan Miller 15 years ago
parent
commit
dca0f93863
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README

+ 1 - 1
README

@@ -72,7 +72,7 @@ Usage (of a compiled template)
 
         Same as render/1, but TranslationFun is a fun/1 that will be used to 
         translate strings appearing inside {% trans %} tags. The simplest
-        TranslatioFun would be
+        TranslationFun would be
 
             fun(Val) -> Val end