aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorErol Fornoles <erol.fornoles@gmail.com>2016-10-24 22:28:40 +0800
committerErol Fornoles <erol.fornoles@gmail.com>2016-10-24 22:28:40 +0800
commit094638e54441c1f375b8a6dd958113e2fc81fcf1 (patch)
treefdd6d2d103c02ef12f134c7507ce87a2ebe37d53 /guides/source/upgrading_ruby_on_rails.md
parent7f8bb09113809c2a33e27fc1a92358ede27cf8c5 (diff)
downloadrails-094638e54441c1f375b8a6dd958113e2fc81fcf1.tar.gz
rails-094638e54441c1f375b8a6dd958113e2fc81fcf1.tar.bz2
rails-094638e54441c1f375b8a6dd958113e2fc81fcf1.zip
Fix typo in Upgrading Ruby on Rails Guide [ci skip]
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 2372590cec..dda2b12a3a 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -325,7 +325,7 @@ should support caching.
#### Configure the Output of `db:structure:dump`
-If you're using `schema_search_path` or other PostgreSQL extentions, you can control how the schema is
+If you're using `schema_search_path` or other PostgreSQL extensions, you can control how the schema is
dumped. Set to `:all` to generate all dumps, or to `:schema_search_path` to generate from schema search path.
config.active_record.dump_schemas = :all