diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-28 23:15:09 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-09-28 23:15:09 +0530 |
commit | cf3e760b87c49470c9a26ab3e2da67602474be1f (patch) | |
tree | b0226821fecf4788d6fc313a9943f13f3d1d5757 | |
parent | 0b30d668fa8188077c04da938272db05e9b3c461 (diff) | |
download | rails-cf3e760b87c49470c9a26ab3e2da67602474be1f.tar.gz rails-cf3e760b87c49470c9a26ab3e2da67602474be1f.tar.bz2 rails-cf3e760b87c49470c9a26ab3e2da67602474be1f.zip |
copy editing [ci skip]
-rw-r--r-- | guides/source/i18n.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md index 09e89938bb..a3c6b514a4 100644 --- a/guides/source/i18n.md +++ b/guides/source/i18n.md @@ -833,7 +833,7 @@ en: ``` NOTE: In order to use this helper, you need to install [DynamicForm](https://github.com/joelmoss/dynamic_form) -gem. You can install it as a gem by adding this line to your Gemfile: `gem 'dynamic_form'`. +gem by adding this line to your Gemfile: `gem 'dynamic_form'`. ### Overview of Other Built-In Methods that Provide I18n Support |