From 7ee251b37ebf2e576b29a07c80aa12b5b3fe786e Mon Sep 17 00:00:00 2001 From: Zulfiqar Ali Date: Tue, 6 Jan 2015 22:35:43 -0500 Subject: [PATCH] fix typo --- lib/generators/apartment/install/templates/apartment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators/apartment/install/templates/apartment.rb b/lib/generators/apartment/install/templates/apartment.rb index 367207d1..c4279b74 100644 --- a/lib/generators/apartment/install/templates/apartment.rb +++ b/lib/generators/apartment/install/templates/apartment.rb @@ -33,7 +33,7 @@ # # config.use_schemas = true - # Apartment can be forced to use raw SQL dumps insted of schema.rb for creating new schemas. + # Apartment can be forced to use raw SQL dumps instead of schema.rb for creating new schemas. # Use this when you are using some extra features in PostgreSQL that can't be respresented in # schema.rb, like materialized views etc. (only applies with use_schemas set to true). # (Note: this option doesn't use db/structure.sql, it creates SQL dump by executing pg_dump)