From be2a373326b4bd11548b8c015aa5b08db3885b4b Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Sun, 25 Jan 2015 16:20:42 -0500 Subject: Fix typo 'another frameworks' => 'other frameworks' --- railties/lib/rails/generators/migration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/migration.rb b/railties/lib/rails/generators/migration.rb index cd388e590a..0e40fd0f29 100644 --- a/railties/lib/rails/generators/migration.rb +++ b/railties/lib/rails/generators/migration.rb @@ -4,7 +4,7 @@ require 'rails/generators/actions/create_migration' module Rails module Generators # Holds common methods for migrations. It assumes that migrations has the - # [0-9]*_name format and can be used by another frameworks (like Sequel) + # [0-9]*_name format and can be used by other frameworks (like Sequel) # just by implementing the next migration version method. module Migration extend ActiveSupport::Concern -- cgit v1.2.3 From 73c788dddfcdce646a59ac618face9bd259c5a9a Mon Sep 17 00:00:00 2001 From: Sean Collins Date: Sun, 25 Jan 2015 16:24:14 -0500 Subject: Fix typo 'has' => 'have' --- railties/lib/rails/generators/migration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/migration.rb b/railties/lib/rails/generators/migration.rb index 0e40fd0f29..51e6d68bf0 100644 --- a/railties/lib/rails/generators/migration.rb +++ b/railties/lib/rails/generators/migration.rb @@ -3,7 +3,7 @@ require 'rails/generators/actions/create_migration' module Rails module Generators - # Holds common methods for migrations. It assumes that migrations has the + # Holds common methods for migrations. It assumes that migrations have the # [0-9]*_name format and can be used by other frameworks (like Sequel) # just by implementing the next migration version method. module Migration -- cgit v1.2.3