Skip to content

Commit

Permalink
docs: fix typo in auth module description [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Famozzy committed Dec 12, 2024
1 parent 85f56b4 commit 4b25347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ directories and files:
- `modules/`: Contains the modules for the application. Each module is a separate directory containing the following:

- `abusive-detection/`: Integrates with API for detecting abusive content.
- `auth/`: andles authentication (login, signup) and authorization (role-based access control).
- `auth/`: Handles authentication (login, signup) and authorization (role-based access control).
- `category/`: Category related logic (popular categories, etc.).
- `chat/`: Manages chat-related functionality, including messages, and media.
- `face-validation/`: Integrates with API for face validation
Expand Down

0 comments on commit 4b25347

Please sign in to comment.