Skip to content

Commit c2e81fb

Browse files
Update serverless/functions/concepts.mdx
Co-authored-by: nerda-codes <[email protected]>
1 parent ced1988 commit c2e81fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/functions/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A handler is a routine/function/method that processes specific events. Upon invo
4949

5050
## Namespace
5151

52-
A namespace is a project that allows you to [group your functions](/serverless/functions/how-to/create-manage-delete-functions-namespace/). Functions in the same Namespace can share environment variables and access tokens, defined at the namespace level.
52+
A namespace is a project that allows you to [group your functions](/serverless/functions/how-to/create-manage-delete-functions-namespace/). Functions in the same namespace can share environment variables and access tokens, defined at the namespace level.
5353

5454
## NATS trigger
5555

0 commit comments

Comments
 (0)