Browse Source

Merge pull request #7273 from wenzhixin/fix/7271

Fixed typo in copy-rows docs
文翼 1 year ago
parent
commit
75a03bb4e2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      site/docs/extensions/copy-rows.md

+ 2 - 2
site/docs/extensions/copy-rows.md

@@ -52,13 +52,13 @@ This extension adds functionality for copying selected rows to the clipboard. Cu
 
 - **Detail:**
 
-  This newline will be inserted in-between the row values when copying.
+  This newline will be inserted in between the row values when copying.
 
 - **Default:** `'\n'`
 
 ### copyWithHidden
 
-- **Attribute:** `data-copy-width-hidden`
+- **Attribute:** `data-copy-with-hidden`
 
 - **type:** `Boolean`