Skip to content

Commit

Permalink
Fix typo ('p' was duplicate in 'dupplicate').
Browse files Browse the repository at this point in the history
  • Loading branch information
I3oris committed Nov 15, 2022
1 parent 6ce6a45 commit ce73d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/history_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Reply
history.verify(ENTRIES, index: 3)
end

it "submit dupplicate entry" do
it "submit duplicate entry" do
history = SpecHelper.history(with: ENTRIES)

history.verify(ENTRIES, index: 3)
Expand Down

0 comments on commit ce73d2e

Please sign in to comment.