Skip to content

Commit 0d14e29

Browse files
committed
Fix: Update grammar
1 parent 405152c commit 0d14e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy_to_linode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Let us say you have completed building your application and you have hosted it i
2828

2929
The services above are all hosted on the cloud and are designed to scale, be secure and stable. They are characterized by lifting the burden of setting up, configuring and maintaining the server from the developer.
3030

31-
Alternatively, you can choose to host a flask application yourself. This approach will allow you to learn the technical details that go into web hosting and server configuration and maintainance. During this tutorial, I will show how you can deploy your flask application on [Linode](https://linode.gvw92c.net/15oBBg/). In particular, I will show you three things:
31+
Alternatively, you can choose to host a flask application yourself. This approach will allow you to learn the technical details that go into web hosting and server configuration and maintainance. During this tutorial, I will show how you can manually deploy your flask application on [Linode](https://linode.gvw92c.net/15oBBg/). In particular, I will show you three things:
3232

3333
1. [How to deploy your flask app on Linode](/linode/deploy_on_linode.md)
3434
2. [How to buy a domain name for your deployed application](/linode/buy_domain.md)

http_life_cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The correct HTTP fortmat depends on the version fo the HTTP protocol. There are
6060
- HTTP/1.0: earlier protocol with fewer functions
6161
- HTTP/1.1: later protocol with more functions
6262

63-
HTTP request is normally made by a client to a named host located on the server, with the aim of requesting to access a resource on the server. HTTP response is made by the server to a client who made a request, the aim being to provide the requested resource. All these actions are referred to at __requirements__. A client or server that fulfills the requirements for its version of the HTTP protocol is said to be _complaint_ with the HTTP specification.
63+
**HTTP request** is normally made by a client to a named host located on the server, with the aim of requesting to access a resource on the server. **HTTP response** is made by the server to a client who made a request, the aim being to provide the requested resource. All these actions are referred to as __requirements__. A client or server that fulfills the requirements for its version of the HTTP protocol is said to be _complaint_ with the HTTP specification.
6464

6565
### HTTP Requests
6666

0 commit comments

Comments
 (0)