Skip to content

Commit 1eda2b1

Browse files
olleolleolleocarta-l
authored andcommitted
Fix typo invlaid -> invalid (ctran#835)
1 parent a40a459 commit 1eda2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/annotate/annotate_models_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ class FooWithKnownMacro < ActiveRecord::Base
19711971
end
19721972
end
19731973

1974-
context 'when the file includes invlaid multibyte chars (USASCII)' do
1974+
context 'when the file includes invalid multibyte chars (USASCII)' do
19751975
context 'when class FooWithUtf8 is defined in "foo_with_utf8.rb"' do
19761976
let :filename do
19771977
'foo_with_utf8.rb'

0 commit comments

Comments
 (0)