Skip to content

Commit 15c6337

Browse files
missing suggestions
1 parent b19395d commit 15c6337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless/functions/concepts.mdx

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

167167
## Serverless Functions
168168

169-
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.
169+
Serverless Functions, fully managed compute services that allow you to run small, stateless code snippets or functions in response to HTTP requests or events.
170170

171171
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.
172172

173173
## Serverless Jobs
174174

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

177177

178178
## Stateless

0 commit comments

Comments
 (0)