diff options
-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 |