Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed May 23, 2020
1 parent b3e38e6 commit 34763d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubocop/rspec/shared_contexts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# This context assumes nothing and defines `cop`, among others.
RSpec.shared_context 'config', :config do # rubocop:disable Metrics/BlockLength
### Meant to be overriden at will
### Meant to be overridden at will

let(:source) { 'code = {some: :ruby}' }

Expand All @@ -65,7 +65,7 @@ def source_range(range, buffer: source_buffer)
range.exclude_end? ? range.end : range.end + 1)
end

### Usefull intermediary steps (less likely to be overriden)
### Useful intermediary steps (less likely to be overridden)

let(:processed_source) { parse_source(source, 'test') }

Expand Down

0 comments on commit 34763d5

Please sign in to comment.