Skip to content

Commit

Permalink
[docs] Fix typo (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
drenther committed Oct 26, 2022
1 parent 2aeefd6 commit 23077af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/CopyButton.mdx
Expand Up @@ -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

Expand Down

0 comments on commit 23077af

Please sign in to comment.