Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
This PR fixes the following typo.

```diff
-mutliple
+multiple
```
  • Loading branch information
koic authored and bbatsov committed Apr 4, 2019
1 parent a09f62b commit f7559c1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end

context 'when many arguments are on mutliple lines, two on same line' do
context 'when many arguments are on multiple lines, two on same line' do
it 'adds an offense' do
expect_offense(
<<-RUBY
Expand Down Expand Up @@ -56,7 +56,7 @@
end
end

context 'when many arguments are on mutliple lines, three on same line' do
context 'when many arguments are on multiple lines, three on same line' do
it 'adds an offense' do
expect_offense(
<<-RUBY
Expand Down Expand Up @@ -89,7 +89,7 @@
end
end

context 'when many arguments are on mutliple lines, three on same line' do
context 'when many arguments are on multiple lines, three on same line' do
it 'adds an offense' do
expect_offense(
<<-RUBY
Expand Down

0 comments on commit f7559c1

Please sign in to comment.