Skip to content

Conversation

@jsoref
Copy link

@jsoref jsoref commented Oct 30, 2025

This PR corrects misspellings identified by the check-spelling action

The misspellings have been reported at https://github.com/jsoref/mermaid-to-excalidraw/actions/runs/18927681858/attempts/1#summary-54037905828

The action reports that the changes in this PR would make it mostly happy: https://github.com/jsoref/mermaid-to-excalidraw/actions/runs/18927681864/attempts/1#summary-54037905790

jsoref added 14 commits October 29, 2025 21:38
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@vercel
Copy link

vercel bot commented Oct 30, 2025

@jsoref is attempting to deploy a commit to the Excalidraw Team on Vercel.

A member of the Team first needs to authorize it.

// Convert SVG to image
const mimeType = "image/svg+xml";
const decoded = unescape(encodeURIComponent(svgEl.outerHTML));
const decoded = decodeURIComponent(encodeURIComponent(svgEl.outerHTML));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was an in-the-neighborhood change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant