From 10b839f44656332b83a1ead54d328be0defb1254 Mon Sep 17 00:00:00 2001 From: mikemee Date: Fri, 17 Feb 2012 09:51:35 -0800 Subject: [PATCH] Fix typo --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index bfc3164c..88047936 100644 --- a/README.rdoc +++ b/README.rdoc @@ -50,7 +50,7 @@ If only is omitted all the translations will be saved. Also, make sure - file: 'public/javascripts/pt-BR.js' only: 'pt-BR.*' -Optionaly, you can auto generate a translation file per available locale if you specify the %{locale} placeholder. +Optionally, you can auto generate a translation file per available locale if you specify the %{locale} placeholder. translations: - file: "public/javascripts/i18n/%{locale}.js"