From 23077af7b8eca0bc21da8fa9e6435fbed0513060 Mon Sep 17 00:00:00 2001 From: Soumyajit Pathak Date: Wed, 26 Oct 2022 19:47:38 +0530 Subject: [PATCH] [docs] Fix typo (#2807) --- docs/src/docs/core/CopyButton.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/core/CopyButton.mdx b/docs/src/docs/core/CopyButton.mdx index 8c29ab40f9d..43301553b0e 100644 --- a/docs/src/docs/core/CopyButton.mdx +++ b/docs/src/docs/core/CopyButton.mdx @@ -27,7 +27,7 @@ Its children is a function that receives an object with the following properties ## No iframes Due to security reasons `CopyButton` component will not work in iframes and may not work with local files opened with `file://` protocol -(component will work fine with local websites that are using `http://` protocol). You can lean more about `navigator.clipboard` [here](https://web.dev/async-clipboard/). +(component will work fine with local websites that are using `http://` protocol). You can learn more about `navigator.clipboard` [here](https://web.dev/async-clipboard/). ## Timeout