aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorYuji Yaginuma <yuuji.yaginuma@gmail.com>2017-12-01 11:43:05 +0900
committerGitHub <noreply@github.com>2017-12-01 11:43:05 +0900
commit81b2aed360221a2cb5419cc1e5fd697961a183a6 (patch)
treee7da421f66798cb8b39bfcf826a5b438fe11ea2f /guides/source/i18n.md
parentea36128de7cee7a6c30daea967d7355b92ee340f (diff)
parentb6baf0c88411824ce99f1ad4b9de64fa37ad96ea (diff)
downloadrails-81b2aed360221a2cb5419cc1e5fd697961a183a6.tar.gz
rails-81b2aed360221a2cb5419cc1e5fd697961a183a6.tar.bz2
rails-81b2aed360221a2cb5419cc1e5fd697961a183a6.zip
Merge pull request #31293 from ydakuka/fix-gemfile-guides
Cosmetic changes for Gemfile [ci skip]
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index e6aa6181cc..2b545e6b82 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -977,7 +977,7 @@ en:
```
NOTE: In order to use this helper, you need to install [DynamicForm](https://github.com/joelmoss/dynamic_form)
-gem by adding this line to your Gemfile: `gem 'dynamic_form'`.
+gem by adding this line to your `Gemfile`: `gem 'dynamic_form'`.
### Translations for Action Mailer E-Mail Subjects