From 8b731f0ab5dd87c37ff5ce66824f9443da424424 Mon Sep 17 00:00:00 2001 From: de-oz <101826623+de-oz@users.noreply.github.com> Date: Mon, 18 Jul 2022 23:08:18 +0300 Subject: [PATCH] Add missing period --- files/en-us/web/api/clipboarditem/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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