Skip to content

Commit

Permalink
Fix error in Twitter timeline solution (donnemartin#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hekra01 authored and donnemartin committed Aug 7, 2018
1 parent 8da1030 commit 99aaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/system_design/twitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 99aaf14

Please sign in to comment.