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