docs: intro + basic chapter fixes (#10361)
This commit is contained in:
@@ -68,7 +68,7 @@ export const NoteLayout = ({ type, title, children }: NoteLayoutProps) => {
|
||||
|
||||
return {
|
||||
allStringChildren,
|
||||
stringChildren: stringChildren.join(" "),
|
||||
stringChildren: stringChildren.join(""),
|
||||
}
|
||||
}, [children])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user