From e7e5b75ba430c37907a2cbfba84aa404969c5f65 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 16 Apr 2015 20:50:35 +0800 Subject: [PATCH] Fix formatting --- rails-i18n.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rails-i18n.md b/rails-i18n.md index 85dc27e67..4ef2f841d 100644 --- a/rails-i18n.md +++ b/rails-i18n.md @@ -36,8 +36,8 @@ hello: "Hello %{name}" ```rb # from the 'books/index' view -t('.title' -``n +t('.title') +``` {:.light} ```yml