From b5b578e0471e63479c82dc756a016b82d5ef2f9b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 10 Apr 2018 18:39:36 +0300 Subject: [PATCH] Update copyToClipboard.md --- snippets/copyToClipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/copyToClipboard.md b/snippets/copyToClipboard.md index 8b7670e2a..546b1d74d 100644 --- a/snippets/copyToClipboard.md +++ b/snippets/copyToClipboard.md @@ -1,6 +1,6 @@ ### copyToClipboard -⚠️ **NOTICE **The same functionality can be easily implemented by using the new asynchronous Clipboard API, which is still experimental but should be used in the future instead of this snippet. Find out more about it [here](https://github.com/w3c/clipboard-apis/blob/master/explainer.adoc#writing-to-the-clipboard). +⚠️ **NOTICE:** The same functionality can be easily implemented by using the new asynchronous Clipboard API, which is still experimental but should be used in the future instead of this snippet. Find out more about it [here](https://github.com/w3c/clipboard-apis/blob/master/explainer.adoc#writing-to-the-clipboard). Copy a string to the clipboard. Only works as a result of user action (i.e. inside a `click` event listener).