Skip to content

[docs] Fix various spelling and grammatical mistakes in comments and templates #1398

Description

@ApurveKaranwal

Describe the bug
A number of spelling mistakes, grammatical errors, and typos are present in various comments, docstrings, and templates across the codebase. While these do not affect the functionality of the system, fixing them improves code readability, documentation quality, and maintainability.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Scan the codebase using codespell (e.g., codespell --skip="*.svg,*.min.js,*.min.css" .) or manually read through the source files.
  2. Observe spelling mistakes such as commiting, taks, atleast, deafult, and acommodate across various Python and HTML files.
  3. Observe grammatical issues in comments, such as Selenium tests does not support websocket connections in test_selenium.py and remove the this block in base.py.
  4. See error (Incorrect spellings and grammar).

Expected behavior
The comments, docstrings, and templates should use correct spelling and grammar (e.g., committing, tasks, at least, default, accommodate).

Screenshots
Not applicable.

System Information:

  • OS: Any
  • Python Version: Any
  • Django Version: Any
  • Browser and Browser Version (if applicable): N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions