Skip to content

Commit

Permalink
Fix typo many --> may (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
olimart authored Nov 29, 2022
1 parent d403f1c commit 9381867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class SpinnerButton extends Controller {
})
}

// called as soon as registered so DOM many not have loaded yet
// called as soon as registered so DOM may not have loaded yet
if (document.readyState == "loading") {
document.addEventListener("DOMContentLoaded", updateLegacySpinners)
} else {
Expand Down

0 comments on commit 9381867

Please sign in to comment.