diff --git a/OAuth2.md b/OAuth2.md
index 1c7fcb8..7c6b12c 100644
--- a/OAuth2.md
+++ b/OAuth2.md
@@ -62,7 +62,7 @@ GET https://accounts.google.com/o/oauth2/v2/auth?
-Frontend HTTP Response from Google
+Google HTTP Response to Frontend
```bash
HTTP/1.1 302 Found
@@ -120,7 +120,7 @@ Content-Type: application/json
-Frontend HTTP Response from Backend
+Backend HTTP Response to Frontend
```json
{
@@ -216,7 +216,7 @@ client_secret=YOUR_GOOGLE_CLIENT_SECRET
-HTTP Response from Google
+Google HTTP Response Backend and Backend response to Frontend
```json
{