Skip to content

Commit

Permalink
docs: fix paste evnet link (#32005)
Browse files Browse the repository at this point in the history
fix paste evnet link
  • Loading branch information
ErfanMirzapour authored Jan 30, 2024
1 parent e1f18cd commit aa02c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/clipboard_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The Clipboard API extends the following APIs, adding the listed features.
- : An event fired whenever the user initiates a copy action.
- [`Element: cut`](/en-US/docs/Web/API/Element/cut_event) event
- : An event fired whenever the user initiates a cut action.
- [`Element: paste`](/en-US/docs/Web/API/Element/cut_event) event
- [`Element: paste`](/en-US/docs/Web/API/Element/paste_event) event
- : An event fired whenever the user initiates a paste action.

<!-- Note `Window: clipboardchange` event is in spec but not implemented -->
Expand Down

0 comments on commit aa02c85

Please sign in to comment.