diff --git a/README.md b/README.md index f8ec338..527fdbe 100644 --- a/README.md +++ b/README.md @@ -298,8 +298,8 @@ You can whitelist the locales you use by setting this into an initializer, as ex I18n.available_locales = [:en, :fr] ``` -> If you have `rails-i18n` gem installed in your `Gemfile`, you should need to whitelist locales, to prevent generating a lot of -> locale files when you generate new component. +> If you have the `rails-i18n` gem in your `Gemfile`, you should whitelist locales to prevent creating a lot of +> locale files when you generate a new component. ### Configuration