diff --git a/files/en-us/web/api/clipboarditem/index.md b/files/en-us/web/api/clipboarditem/index.md index c9b9445e60cedbf..6a83f51f39c3ec7 100644 --- a/files/en-us/web/api/clipboarditem/index.md +++ b/files/en-us/web/api/clipboarditem/index.md @@ -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