Skip to content

Commit 37bcb7a

Browse files
authored
Merge pull request #3592 from guymelef/patch-6
edit phrasing + fix typo
2 parents abadfe0 + 20ba8a6 commit 37bcb7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/11/en/part11c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Next, we're going to look at the principles of making a deployment safely and so
1919

2020
We'd like to define some rules about how our deployment process should work but before that, we have to look at some constraints of reality.
2121

22-
One on the phrasing of Murphy's Law holds that:
22+
One phrasing of Murphy's Law holds that:
2323
"Anything that can go wrong will go wrong."
2424

2525
It's important to remember this when we plan out our deployment system. Some of the things we'll need to consider could include:
@@ -52,7 +52,7 @@ Let's define some things we **want** in this hypothetical deployment system too:
5252
- We would like it to be fast
5353
- We'd like to have no downtime during the deployment (this is distinct from the requirement we have for handling user requests just before/during the deployment).
5454

55-
Next we will have three sets of exercises for automazing the deployment with GitHub Actions, one for [Fly.io](https://fly.io/), another one for [Render](https://render.com/). The process of deployment is always specific to the particular cloud provider, so you can also do both the exercise sets if you want to see the differences how these services work with respect to deployments.
55+
Next we will have three sets of exercises for automating the deployment with GitHub Actions, one for [Fly.io](https://fly.io/), another one for [Render](https://render.com/). The process of deployment is always specific to the particular cloud provider, so you can also do both the exercise sets if you want to see the differences how these services work with respect to deployments.
5656

5757
### Has the app been deployed?
5858

0 commit comments

Comments
 (0)