Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 27, 2024
1 parent cdc2a8d commit e51a2c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .codespellrc
@@ -0,0 +1,3 @@
[codespell]
skip = coverage,tmp,Gemfile.lock,sublime*
ignore-words-list = bu
2 changes: 1 addition & 1 deletion lib/madman.rb
@@ -1,4 +1,4 @@
# Octokit sometimes contaminates the termianl with warnings. Make it stop.
# Octokit sometimes contaminates the terminal with warnings. Make it stop.
# ref: https://github.com/octokit/octokit.rb/blob/main/lib/octokit/warnable.rb
ENV['OCTOKIT_SILENT'] = '1'

Expand Down
2 changes: 1 addition & 1 deletion spec/approvals/inkector/appended
@@ -1,4 +1,4 @@
header <!-- mark -->replacable<!-- mark --> footer
header <!-- mark -->replaceable<!-- mark --> footer

<!-- no-such-mark -->
new content
Expand Down
2 changes: 1 addition & 1 deletion spec/madman/injector_spec.rb
Expand Up @@ -11,7 +11,7 @@ def initialize(text)
end.new text
end

let(:text) { 'header <!-- mark -->replacable<!-- mark --> footer' }
let(:text) { 'header <!-- mark -->replaceable<!-- mark --> footer' }

describe '#inject' do
context 'when the marker is not found in the text' do
Expand Down

0 comments on commit e51a2c8

Please sign in to comment.