Skip to content

Typo in "Entitiy" (Should Be "Entity") Across the Codebase #222

@NaidaG

Description

@NaidaG

Describe the bug
There are multiple occurrences of the misspelled word "Entitiy" in the codebase. This typo should be corrected to "Entity" to maintain consistency and avoid potential issues.

For example, the following methods contain this typo:

To Reproduce
Steps to reproduce the behavior:

  1. Search the codebase for occurrences of "Entitiy".
  2. Identify all instances where "Entitiy" should be replaced with "Entity".
  3. Observe incorrect method names and other affected parts of the code

Expected behavior
All instances of "Entitiy" should be corrected to "Entity" to ensure consistency and prevent confusion.

Additional context
This typo may lead to inconsistencies, difficulties in searching for code references, and potential function call errors. A global search and replace should be performed to fix all instances of "Entitiy" in the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions