Skip to content

Commit b19395d

Browse files
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 64eb4ca commit b19395d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

serverless/containers/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ It automatically handles infrastructure management, scaling, and load balancing,
206206

207207
## Serverless Functions
208208

209-
Serverless Functions are serverless, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
209+
Serverless Functions are fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
210210

211211
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
212212

213213
## Serverless Jobs
214214

215-
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparaison between Serverless products](/serverless/containers/reference-content/difference-jobs-functions-containers) for more information.
215+
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless/containers/reference-content/difference-jobs-functions-containers) for more information.
216216

217217
## Stateless
218218

serverless/jobs/concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ It automatically handles infrastructure management, scaling, and load balancing,
6868

6969
## Serverless Functions
7070

71-
Serverless Functions are serverless, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
71+
Serverless Functions are fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
7272

7373
These functions automatically scale based on demand and are designed to be lightweight, event-driven, and easily deployable, eliminating the need to worry about infrastructure management. Functions is built on top of Serverless Containers, meaning you can run your functions packaged in containers and have them scale efficiently.
7474

7575
## Serverless Jobs
7676

77-
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparaison between Serverless products](/serverless/jobs/reference-content/difference-jobs-functions-containers) for more information.
77+
Serverless Jobs are similar to Serverless Containers but are better suited for running longer workloads. See [the comparison between Serverless products](/serverless/jobs/reference-content/difference-jobs-functions-containers) for more information.
7878

7979
## Secrets reference
8080

0 commit comments

Comments
 (0)