You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/dev-docs/docs
Wabweni Brian 36e56267c9
docs: add missing closing angle bracket in integration.mdx (#7729)
Update integration.mdx: Fix missing closing angle bracket in code sample

 A closing angle bracket was missing in a code sample.

Original code:
<div style={{height:"500px", width:"500px"}}
    <Excalidraw />
</div>

Changes:

<div style={{height:"500px", width:"500px"}}>
    <Excalidraw />
</div>
11 months ago
..
@excalidraw docs: add missing closing angle bracket in integration.mdx (#7729) 11 months ago
assets
codebase Small typo fix frames.mdx (#7216) 1 year ago
introduction docs: changelog instruction removed from docs (#7395) 1 year ago