fix: remove redundant whitespace (#14823)

This commit is contained in:
karasu 2024-03-18 10:51:07 +08:00 committed by GitHub
parent 050e81a183
commit 4cf26aaabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export const route: Route = {
handler,
description: `:::tip
The \`seriesName\` can be extracted from the Series page URL: \`https://web.dev/series/:seriesName\`
:::`,
:::`,
};
async function handler(ctx): Promise<Data> {