From 4fde67440095e62b6f8475a88aa1c8cf0b9dd01a Mon Sep 17 00:00:00 2001 From: dmhumphrey <112772115+dmhumphrey@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:18:49 -0500 Subject: [PATCH] Update click-to-copy.mdx --- material-react-table-docs/pages/docs/guides/click-to-copy.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/material-react-table-docs/pages/docs/guides/click-to-copy.mdx b/material-react-table-docs/pages/docs/guides/click-to-copy.mdx index fd053b6b6..4c5b045fa 100644 --- a/material-react-table-docs/pages/docs/guides/click-to-copy.mdx +++ b/material-react-table-docs/pages/docs/guides/click-to-copy.mdx @@ -13,7 +13,7 @@ import Example from '../../../examples/enable-click-to-copy'; ## Click to Copy Feature Guide -Material React Table has an easy to implement feature that allows a user to copy a cell's value to the clipboard +Material React Table has an easy-to-implement feature that allows a user to copy a cell's value to the clipboard. ### Relevant Props @@ -55,7 +55,7 @@ Alternatively, you can enable click to copy globally by setting the `enableClick ### Customize Copy Buttons -The Click to Copy feature is built on top of the Material UI Button component. You can customize the copy button by passing in the `muiTableBodyCellCopyButtonProps` prop or as a column option in a column definition. +The click to copy feature is built on top of the Material UI Button component. You can customize the copy button by passing in the `muiTableBodyCellCopyButtonProps` prop or as a column option in a column definition. ```tsx