docs(social-network): remove confusing term from the question

This commit is contained in:
miguel 2023-10-10 09:41:43 +01:00 committed by MSilva95
parent 265f129076
commit 5630f189a8
1 changed files with 1 additions and 1 deletions

View File

@ -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?