Evan Miller 15 лет назад
Родитель
Сommit
dca0f93863
1 измененных файлов с 1 добавлено и 1 удалено
  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