diff --git a/subjects/social-network/audit/README.md b/subjects/social-network/audit/README.md index 12587b33..7805d944 100644 --- a/subjects/social-network/audit/README.md +++ b/subjects/social-network/audit/README.md @@ -12,7 +12,7 @@ ###### Does the backend include a clear separation of responsibilities among its three major parts - Server, App, and Database? -###### Is there a server component that effectively receives incoming requests and serves as the entry point for all requests to the application? +###### Is there a server that effectively receives incoming requests and serves as the entry point for all requests to the application? ###### Does the application (App) running on the server effectively listen for requests, retrieve information from the database, and send responses?