Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 5, 2023
1 parent 3ac2147 commit 1c2d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export async function updateFunctionsMD({ packages, functions }: PackageIndexes)
return `## ${display} - [\`@vueuse/${name}\`](${docs})\n\n${description?.trim()}\n\n${
stringifyFunctions(functions.filter(i => i.package === name), false)}`.trim()
})
.join('\n')
.join('\n\n')

mdAddons = replacer(mdAddons, addons, 'ADDONS_LIST')

Expand Down

0 comments on commit 1c2d928

Please sign in to comment.