Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 26, 2024
1 parent 84e28e9 commit cc77be8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
skip = coverage,Gemfile.lock,sublime*
ignore-words-list = bu
2 changes: 1 addition & 1 deletion examples/naval-fate/runfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SUMMARY

usage 'new SHIPS...'
help 'Deploy one or more ships'
param 'SHIPS', 'One ore more ship names'
param 'SHIPS', 'One or more ship names'
action :new do |args|
args['SHIPS'].each do |ship|
say "Deployed g`#{ship}`"
Expand Down
2 changes: 1 addition & 1 deletion spec/approvals/integration/naval-fate/run --help
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Commands:

Parameters:
SHIPS
One ore more ship names
One or more ship names

SHIP
Ship name
Expand Down
2 changes: 1 addition & 1 deletion spec/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Notes:

- Do not place anything else here.
- Integration specs are executed on this folder and on the examples folder and
generat approvals to the same folder - so avoid having directories here
generate approvals to the same folder - so avoid having directories here
that also exist in the example folder.
- Folders without commands.txt will not be tested by the integration testing,
they are used in other more specific tests.
Expand Down
2 changes: 1 addition & 1 deletion spec/runfile/initiator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
end

context 'with "example"' do
it 'shows the lsit of examples' do
it 'shows the list of examples' do
Dir.chdir 'spec/tmp' do
expect { subject.run %w[example] }.to output_approval('initiator/examples')
end
Expand Down

0 comments on commit cc77be8

Please sign in to comment.