소스 검색

Fix error in Twitter timeline solution (#196)

hekra01 6 년 전
부모
커밋
f5dde5faad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      solutions/system_design/twitter/README.md

+ 1 - 1
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**