docs: intro + basic chapter fixes (#10361)

This commit is contained in:
Shahed Nasser
2024-12-02 09:31:47 +02:00
committed by GitHub
parent a1f36caaf7
commit b4d6a4b3f0
17 changed files with 105 additions and 91 deletions

View File

@@ -68,7 +68,7 @@ export const NoteLayout = ({ type, title, children }: NoteLayoutProps) => {
return {
allStringChildren,
stringChildren: stringChildren.join(" "),
stringChildren: stringChildren.join(""),
}
}, [children])