Skip to content

Commit 83d65ca

Browse files
committed
Small grammar fix
1 parent 50da298 commit 83d65ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/how_the_internet_works/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Instead of addresses with a street name, city, zip code and country name, we use
4141

4242
When you send a letter, it needs to have certain features to be delivered correctly: an address, stamp etc. You also use a language that the receiver understands, right? The same applies to the *data packets* you send to see a website. We use a protocol called HTTP (Hypertext Transfer Protocol).
4343

44-
So, basically, when you have a website, you need to have a *server* (machine) where it lives. When the *server* receives an incoming *request*, (in a letter) it sends back your website (in another letter).
44+
So, basically, when you have a website, you need to have a *server* (machine) where it lives. When the *server* receives an incoming *request* (in a letter), it sends back your website (in another letter).
4545

4646
Since this is a Django tutorial, you will ask what Django does. When you send a response, you don't always want to send the same thing to everybody. It is so much better if your letters are personalized, especially for the person that has just written to you, right? Django helps you with creating these personalized, interesting letters :).
4747

0 commit comments

Comments
 (0)