Skip to content

Commit c3f5621

Browse files
committed
docs: forgot to edit the comment for the copyVersion hook
1 parent cf17853 commit c3f5621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const { copied: copiedPkgName, copy: copyPkgName } = useClipboard({
246246
copiedDuring: 2000,
247247
})
248248
249-
//copy package name
249+
//copy version name
250250
const { copied: copiedVersion, copy: copyVersion } = useClipboard({
251251
source: resolvedVersion.value ?? '',
252252
copiedDuring: 2000,

0 commit comments

Comments
 (0)