Doc: Folder name typo "queires" → rename to "queries" for consistency #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The project currently contains a misspelled directory:
The intended folder name appears to be:
This typo propagates throughout the codebase via import statements and creates inconsistency with common naming conventions.
Impact
Location
Folder
Affected Imports
Examples:
Additional occurrences should be identified and updated.
Suggested Fix
Rename the directory:
to
Then update all affected import paths throughout the application.
Recommended Command
Use Git-aware renaming to preserve file history:
Acceptance Criteria
src/hooks/queirestosrc/hooks/queries.