Skip to content

Commit 622414d

Browse files
Update pages/serverless-containers/concepts.mdx
Co-authored-by: Néda <[email protected]>
1 parent f6a03b8 commit 622414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ An endpoint is the URL generated to access your resource. It can be customized w
9696

9797
## Environment variables
9898

99-
Environment variables are key/value pairs injected in your container. They are useful to share information such as configurations with your container. Environment variables defined at the container level override the ones defined at the namespace level if they have the same name.
99+
Environment variables are key/value pairs injected into your container. They are useful to share information such as configurations with your container. Environment variables defined at the container level override the ones defined at the namespace level if they have the same name.
100100

101101
Some names are reserved. [See details about reserved names](/serverless-containers/reference-content/containers-limitations/#configuration-restrictions).
102102

0 commit comments

Comments
 (0)