Skip to content

Commit 357b318

Browse files
authored
fixes a smol typo
1 parent 1332382 commit 357b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/ch06.1-http-verbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ We talked about `PUT` and `DELETE` methods in the previous section. We'll focus
367367
368368
One common use case for the `CONNECT` method is accessing websites that use `HTTPS`. When a client wants to access an HTTPS website through a proxy, it sends a CONNECT request to the proxy server. The proxy then establishes a tunnel to the destination server, allowing the client to communicate directly with the server over a secure connection.
369369
370-
*Note: We'll talk about `HTTPS` in an later in the course. For now you can think of it as a **secure** version of the **HTTP protocol**.*
370+
*Note: We'll talk about `HTTPS` in a later chapter in the course. For now you can think of it as a **secure** version of the **HTTP protocol**.*
371371
372372
> A proxy like a middle person between you and a website or online service. When you want to visit a website, instead of connecting directly, your request goes to the proxy first. The proxy then sends your request to the website and gets the response back. It's like the proxy is fetching the web page on your behalf.
373373

0 commit comments

Comments
 (0)