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 94b44a3 commit 0fd9f85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
skip = vendor,coverage,tmp,Gemfile.lock,sublime*,*.map,*.css,*.scss
ignore-words-list = rouge,bu,sting
2 changes: 1 addition & 1 deletion lib/madness/server_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ServerBase < Sinatra::Application
set :static, false

# Since we cannot use any config values in the main body of the class,
# since they will be updated later, we need to set anything that relys
# since they will be updated later, we need to set anything that relies
# on the config values just before running the server.
# The CommandLine class and the test suite should both call
# `Server.prepare` before calling Server.run!
Expand Down
2 changes: 1 addition & 1 deletion spec/madness/server_base_uri_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note that this spec gets a special treatement
# Note that this spec gets a special treatment
# See the spec helper for details
describe Server, :standalone do
before :all do
Expand Down

0 comments on commit 0fd9f85

Please sign in to comment.