Skip to content

docs: fix miscellaneous typos#6531

Open
mokashang wants to merge 1 commit into
Textualize:mainfrom
mokashang:docs/fix-typos
Open

docs: fix miscellaneous typos#6531
mokashang wants to merge 1 commit into
Textualize:mainfrom
mokashang:docs/fix-typos

Conversation

@mokashang
Copy link
Copy Markdown

Link to issue or discussion

N/A — purely documentation/comment typo fixes, no behavior change.

Summary

Spotted a handful of typos while reading the codebase and grepped for similar ones. Batched into a single PR rather than several:

  • slectingselecting (geometry.py docstring)
  • suprisinglysurprisingly (visual.py comment)
  • dependantdependent (visual.py, content.py, CSS.md, widgets.md, app.md)
  • an an appin an app (content.py docstring)
  • wihwith (toast.md)
  • otof (styles.md)
  • wontwon't (reactivity.md, two occurrences)
  • progessprogress (progress_bar_isolated.py docstring)

Validation

  • Only comments, docstrings, and prose touched — no behaviour change.
  • black --check clean on the modified .py files.
  • Python files still parse (ast.parse).

Spotted in passing while reading the codebase. Includes:

- "slecting" -> "selecting" (geometry.py docstring)
- "suprisingly" -> "surprisingly" (visual.py comment)
- "dependant" -> "dependent" (visual.py, content.py, CSS.md, widgets.md, app.md)
- "an an app" -> "in an app" (content.py docstring)
- "wih" -> "with" (toast.md)
- "ot" -> "of" (styles.md)
- "wont" -> "won't" (reactivity.md, two occurrences)
- "progess" -> "progress" (progress_bar_isolated.py docstring)
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.

2 participants