Skip to content

Commit

Permalink
docs(useClipboard): fix missing punctuation and add Permissions API l…
Browse files Browse the repository at this point in the history
…ink (#1970)
  • Loading branch information
curtgrimes committed Jul 21, 2022
1 parent d267f9c commit 6875440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useClipboard/index.md
Expand Up @@ -4,7 +4,7 @@ category: Browser

# useClipboard

Reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API). Provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard. Access to the contents of the clipboard is gated behind the Permissions API without user permission, reading or altering the clipboard contents is not permitted.
Reactive [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API). Provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and write to the system clipboard. Access to the contents of the clipboard is gated behind the [Permissions API](https://developer.mozilla.org/en-US/docs/Web/API/Permissions_API). Without user permission, reading or altering the clipboard contents is not permitted.

## Usage

Expand Down

0 comments on commit 6875440

Please sign in to comment.