From fc027e1faf39f0deacd734fe0a46eb5ee6d70851 Mon Sep 17 00:00:00 2001
From: David English
Date: Mon, 21 Dec 2015 18:07:49 -0800
Subject: corrects a typo
---
guides/source/i18n.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'guides')
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 42589110b1..5bbd4048b9 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -470,7 +470,7 @@ OK! Now let's add a timestamp to the view, so we can demo the **date/time locali
```erb
# app/views/home/index.html.erb
<%=t :hello_world %>
-<%= flash[:notice] %>
<%= flash[:notice] %>
<%= l Time.now, format: :short %>
```
--
cgit v1.2.3