Skip to content

Commit 7aa2bca

Browse files
shleewhitedchyun
andauthored
chore(website): make casing consistent
Co-authored-by: Dylan Hyun <[email protected]>
1 parent cbb52e9 commit 7aa2bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/components/code-block/partials/code/how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func main() {
8181

8282
### Copy button
8383

84-
Set `hasCopyButton` to `true` to display a button for users to copy `CodeBlock` content to their computer clipboard. Use `copyButtonText` to provide a meaningful and unique label for the Copy Button.
84+
Set `hasCopyButton` to `true` to display a button for users to copy `CodeBlock` content to their computer clipboard. Use `copyButtonText` to provide a meaningful and unique label for the copy button.
8585

8686
```handlebars
8787
<Hds::CodeBlock

website/docs/components/code-editor/partials/code/how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The `language` argument sets the syntax highlighting used. We support the follow
7171

7272
### Copy button
7373

74-
Set `hasCopyButton` to `true` to display a button for users to copy Code Editor content to their computer clipboard. Use `copyButtonText` to provide a meaningful and unique label for the Copy Button.
74+
Set `hasCopyButton` to `true` to display a button for users to copy Code Editor content to their computer clipboard. Use `copyButtonText` to provide a meaningful and unique label for the copy button.
7575

7676
```handlebars
7777
<Hds::CodeEditor

0 commit comments

Comments
 (0)