Skip to content

Commit ae3a2ea

Browse files
Fix Vale style warnings
- Remove adverb 'quickly' from intro paragraph - Replace 'latest' with 'current' to avoid time-relative term Co-Authored-By: Catherine Deskur <[email protected]>
1 parent a7aad93 commit ae3a2ea

File tree

1 file changed

+3
-3
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+3
-3
lines changed

fern/products/docs/pages/component-library/default-components/copy.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ title: Copy
33
description: Make text copyable with a click-to-copy button.
44
---
55

6-
The `<Copy>` component makes text copyable with a single click. Use it inline to allow readers to quickly copy version numbers, commands, API keys, or other text snippets without selecting and copying manually.
6+
The `<Copy>` component makes text copyable with a single click. Use it inline to allow readers to copy version numbers, commands, API keys, or other text snippets without selecting and copying manually.
77

88
## Usage
99

1010
<div className="highlight-frame">
1111
<div className="highlight-frame-content">
12-
Use the Fern CLI to build and consume REST APIs. The latest version is <Copy>v2.0</Copy>.
12+
Use the Fern CLI to build and consume REST APIs. The current version is <Copy>v2.0</Copy>.
1313
</div>
1414
</div>
1515

1616
```jsx Markdown
17-
Use the Fern CLI to build and consume REST APIs. The latest version is <Copy>v2.0</Copy>.
17+
Use the Fern CLI to build and consume REST APIs. The current version is <Copy>v2.0</Copy>.
1818
```
1919

2020
## Variants

0 commit comments

Comments
 (0)