From 20e7d899f31ac3d8fb2b30b2e311acf9a1964fe8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 27 Sep 2018 22:47:46 +0300 Subject: [PATCH] Formatting changes --- snippets/copyToClipboard.md | 3 ++- snippets/filterNonUnique.md | 2 +- snippets/findLastKey.md | 6 ++++-- snippets/indexOfAll.md | 3 ++- snippets/initializeArrayWithValues.md | 2 +- snippets/intersection.md | 2 +- snippets/join.md | 3 ++- snippets/maxN.md | 3 ++- snippets/minN.md | 3 ++- snippets/objectToPairs.md | 2 +- snippets/powerset.md | 2 +- snippets/shuffle.md | 2 +- snippets/similarity.md | 2 +- snippets/uniqueElements.md | 2 +- 14 files changed, 22 insertions(+), 15 deletions(-) diff --git a/snippets/copyToClipboard.md b/snippets/copyToClipboard.md index 546b1d74d..343546d6e 100644 --- a/snippets/copyToClipboard.md +++ b/snippets/copyToClipboard.md @@ -2,7 +2,8 @@ ⚠️ **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). +Copy a string to the clipboard. +Only works as a result of user action (i.e. inside a `click` event listener). Create a new `