Skip to content

Commit

Permalink
Merge pull request #25657 from htanata/fix_typo
Browse files Browse the repository at this point in the history
Fix typo: accidently -> accidentally. [ci skip]
  • Loading branch information
vipulnsward committed Jul 2, 2016
2 parents a468774 + 5d9d309 commit 6a77398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/migration/foreign_key_test.rb
Expand Up @@ -233,7 +233,7 @@ def change
end
add_foreign_key :houses, :cities, column: "city_id"

# remove and re-add to test that schema is updated and not accidently cached
# remove and re-add to test that schema is updated and not accidentally cached
remove_foreign_key :houses, :cities
add_foreign_key :houses, :cities, column: "city_id", on_delete: :cascade
end
Expand Down

0 comments on commit 6a77398

Please sign in to comment.