Skip to content

Commit

Permalink
Fix typo in repo_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr08c authored Apr 2, 2024
1 parent 055c3fa commit 3ace97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/repo_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
end
end

it "is true when descripton has short contents" do
it "is true when description has short contents" do
repo.description = "ohai"
expect(repo.description_too_short?).to be true
end
Expand Down

0 comments on commit 3ace97c

Please sign in to comment.