aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorMina Slater <slater.mina@gmail.com>2018-08-22 07:51:39 -0500
committerMina Slater <slater.mina@gmail.com>2018-08-22 07:51:39 -0500
commit58b78376e8f6cee17df96a4c2de0c4bde3ff65d5 (patch)
tree2d27f420b1a0d9c1bf42fa02426b0505c143cbd7 /guides/source/i18n.md
parent7bdf43daacc2377d02bb0ef54afa9ac4dcdf8dec (diff)
downloadrails-58b78376e8f6cee17df96a4c2de0c4bde3ff65d5.tar.gz
rails-58b78376e8f6cee17df96a4c2de0c4bde3ff65d5.tar.bz2
rails-58b78376e8f6cee17df96a4c2de0c4bde3ff65d5.zip
[ci skip] fixes a few more grammar issues, changing a to an before the word allowlist
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 6437d45052..e3a0f03151 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -78,7 +78,7 @@ load_path # Announce your custom translation files
locale # Get and set the current locale
default_locale # Get and set the default locale
available_locales # Allowlist locales available for the application
-enforce_available_locales # Enforce locale allowlisting (true or false)
+enforce_available_locales # Enforce locale permission (true or false)
exception_handler # Use a different exception_handler
backend # Use a different backend
```