From c41576ea45c4b092c6dd105ec6bb1b9c8830016e Mon Sep 17 00:00:00 2001 From: Chris Walquist Date: Sun, 2 Dec 2012 14:37:18 -0600 Subject: match text with translation file example --- guides/source/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/i18n.md') diff --git a/guides/source/i18n.md b/guides/source/i18n.md index e1cf21f039..1131b7f245 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -696,7 +696,7 @@ en: long: "%B %d, %Y" ``` -So, all of the following equivalent lookups will return the `:short` date format `"%B %d"`: +So, all of the following equivalent lookups will return the `:short` date format `"%b %d"`: ```ruby I18n.t 'date.formats.short' -- cgit v1.2.3