Skip to content

Commit 4e99f7b

Browse files
authored
Merge pull request #3069 from mishrasur7/source-2
Spelling fix
2 parents 0e5dff5 + 6b7404a commit 4e99f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/11/en/part11c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ app.get('/health', (req, res) => {
202202
})
203203
```
204204

205-
Configure then a [HTTP-check](https://fly.io/docs/reference/configuration/#services-http_checks) that ensures the health of the depyments based on the HTTP request to the defined health check endpoint.
205+
Configure then a [HTTP-check](https://fly.io/docs/reference/configuration/#services-http_checks) that ensures the health of the deployments based on the HTTP request to the defined health check endpoint.
206206

207207
Note that the default fly.toml has defined that <i>http\_checks</i> is an empty array. You need to remove this line when you are adding a manually defined HTTP-check:
208208

0 commit comments

Comments
 (0)