From 5630f189a85e70150475f58df7d34a9d20d42b58 Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 10 Oct 2023 09:41:43 +0100 Subject: [PATCH] docs(social-network): remove confusing term from the question --- subjects/social-network/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?