diff --git a/reference/_components/DocBlockSubtitleClass.tsx b/reference/_components/DocBlockSubtitleClass.tsx index eba8ba4ae..62eadd22b 100644 --- a/reference/_components/DocBlockSubtitleClass.tsx +++ b/reference/_components/DocBlockSubtitleClass.tsx @@ -7,12 +7,12 @@ export default function ( <> {subtitle.implements && (
- implements + implements{" "} {subtitle.implements.map((impl, i) => ( <> {/*typedef rendering*/} - {i !== (subtitle.implements.length - 1) && ,} + {i !== (subtitle.implements.length - 1) && ,{" "}} ))}