Skip to content

Commit

Permalink
Fix minor typo in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Sep 19, 2024
1 parent 9550a12 commit 72ce96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/trestle/helpers/modal_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
})
end

it "merges teh controller from modal_options if provided" do
it "merges the controller from modal_options if provided" do
modal_options!(controller: "custom-modal")

expect(modal_wrapper_attributes).to eq({
Expand Down

0 comments on commit 72ce96d

Please sign in to comment.