fix: correct typos in code comments#11420
Open
oyi77 wants to merge 6 commits into
excalidraw:masterexcalidraw/excalidraw:masterfrom
oyi77:docs/fix-typos-20260529oyi77/excalidraw:docs/fix-typos-20260529Copy head branch name to clipboard
Open
fix: correct typos in code comments#11420oyi77 wants to merge 6 commits intoexcalidraw:masterexcalidraw/excalidraw:masterfrom oyi77:docs/fix-typos-20260529oyi77/excalidraw:docs/fix-typos-20260529Copy head branch name to clipboard
oyi77 wants to merge 6 commits into
excalidraw:masterexcalidraw/excalidraw:masterfrom
oyi77:docs/fix-typos-20260529oyi77/excalidraw:docs/fix-typos-20260529Copy head branch name to clipboard
Conversation
- "lenght" → "length" in clipboard.test.tsx and dragElements.ts - "overriden" → "overridden" in Fonts.ts and binding.ts
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- "incosistencies" → "inconsistencies" in actionFinalize.tsx - "incosistent" → "inconsistent" in fractionalIndex.ts and delta.ts (2 occurrences)
- Stats: convert <div onClick> to <button> with aria-label - Avatar: add role="button", tabIndex, and keyboard handler for Enter/Space
- PublishLibrary: `onInputChange` typed as React.ChangeEvent<HTMLInputElement> - ProjectName: `handleBlur` typed as React.FocusEvent<HTMLInputElement>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects 4 typos in code comments across 4 files:
lenght→lengthinclipboard.test.tsxanddragElements.tsoverriden→overriddeninFonts.tsandbinding.tsAll changes are comment-only, no functional impact.