Skip to content

Commit a03388e

Browse files
committed
chore(docs): fix line breaks in services file
1 parent 8b2619b commit a03388e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/docs.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ for (const filename of listClasses) {
4444
${aliases.map((key: string) => `<i id="${key}"></i>`).join('\n ')}
4545
<a href="${websiteURL}"><h1>${serviceName}</h1></a>
4646
47-
Keys: ${aliases.map((key: string) => `\`${key}\``).join(', ')}
47+
Keys: ${aliases.map((key: string) => `\`${key}\``).join(', ')}${
48+
' ' /* This is just to avoid prettier deleting the spaces*/
49+
}
4850
Class: [dbots.${className}](${
4951
ref ? `/#/docs/main/${ref}/class/${className}` : ''
50-
})
52+
})${' '}
5153
Website: ${websiteURL}
5254
</div>`
5355
}

0 commit comments

Comments
 (0)