Skip to content

Commit f06d803

Browse files
authored
chore(docs): Fixes typo in tutorial part 4 (#32859)
1 parent 85faee3 commit f06d803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial/part-4/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ const Layout = ({ pageTitle, children }) => {
483483
<h1 className={heading}>{pageTitle}</h1>
484484
{children}
485485
</main>
486-
</main>
486+
</div>
487487
)
488488
}
489489

0 commit comments

Comments
 (0)