From f5dde5faad2c057e2bc07f02257cf020fe533d5b Mon Sep 17 00:00:00 2001 From: hekra01 Date: Tue, 7 Aug 2018 03:24:59 +0200 Subject: [PATCH] Fix error in Twitter timeline solution (#196) --- solutions/system_design/twitter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/system_design/twitter/README.md b/solutions/system_design/twitter/README.md index 663dbe2..b475751 100644 --- a/solutions/system_design/twitter/README.md +++ b/solutions/system_design/twitter/README.md @@ -189,7 +189,7 @@ Response: ### Use case: User views the user timeline -* The **Client** posts a home timeline request to the **Web Server** +* The **Client** posts a user timeline request to the **Web Server** * The **Web Server** forwards the request to the **Read API** server * The **Read API** retrieves the user timeline from the **SQL Database**