Skip to content

Commit

Permalink
Add missing period (#18487)
Browse files Browse the repository at this point in the history
  • Loading branch information
de-oz committed Jul 18, 2022
1 parent a15a18d commit 633e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/clipboarditem/index.md
Expand Up @@ -29,7 +29,7 @@ Access to the contents of the clipboard is gated behind the [Permissions API](/e
## Constructor

- {{domxref("ClipboardItem.ClipboardItem", "ClipboardItem()")}}
- : Creates a new **`ClipboardItem`** object, with the {{Glossary("MIME type")}} as the key and {{domxref("Blob")}} as the value
- : Creates a new **`ClipboardItem`** object, with the {{Glossary("MIME type")}} as the key and {{domxref("Blob")}} as the value.

## Properties

Expand Down

0 comments on commit 633e01b

Please sign in to comment.