fix: remove redundant whitespace (#14823)
This commit is contained in:
parent
050e81a183
commit
4cf26aaabf
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue