diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 42589110b14131eff2c120a0fc89795b4298f955..5bbd4048b9635f6372d6831380e1ea1683964fe3 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 %>

```