Skip to content

Commit

Permalink
Update popover.js - Small Comment Fix (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnAukstak committed Apr 2, 2024
1 parent 039ec2f commit f5db242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//</p>
//
// You can also toggle the popover using the click action.
// <div class="popover inline-block" data-controller="popover" data-action="click->popover#toggle" data-action="mouseenter->popover#show mouseleave->popover#hide">
// <div class="popover inline-block" data-controller="popover" data-action="click->popover#toggle">

import { Controller } from '@hotwired/stimulus'
import { transition } from "./transition"
Expand Down

0 comments on commit f5db242

Please sign in to comment.