You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Identify all instances where "Entitiy" should be replaced with "Entity".
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: