Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 18, 2020
1 parent ddb1ba7 commit 8246647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/cop/layout/space_around_operators_spec.rb
Expand Up @@ -567,7 +567,7 @@ class ShowSourceTestClass < ShowSourceTestSuperClass
RUBY
end

it 'registers an offense and corrects string concatination ' \
it 'registers an offense and corrects string concatenation ' \
'without messing up new lines' do
expect_offense(<<~RUBY)
'Here is a'+
Expand Down

0 comments on commit 8246647

Please sign in to comment.