Skip to content

Commit

Permalink
[TYPO] transfering -> transferring
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Jun 9, 2022
1 parent 1dc8ae8 commit ba1c802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backend/chain_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def setup
"Bah"], I18n.t([:formats, :plural_2, :bah], :default => 'Bah')
end

test "store_translations options are not dropped while transfering to backend" do
test "store_translations options are not dropped while transferring to backend" do
@first.expects(:store_translations).with(:foo, {:bar => :baz}, {:option => 'persists'})
I18n.backend.store_translations :foo, {:bar => :baz}, {:option => 'persists'}
end
Expand Down

0 comments on commit ba1c802

Please sign in to comment.