Skip to content

Commit 84e00b8

Browse files
authored
Update pages/serverless-containers/concepts.mdx
1 parent 3d45912 commit 84e00b8

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
@@ -272,7 +272,7 @@ A NATS trigger is a mechanism that connects a container to a [NATS](/nats/concep
272272
For each message that is sent to a NATS subject, the NATS trigger reads the message and invokes the associated container with the message as the input parameter.
273273
The container can then process the message and perform any required actions, such as updating a database or sending a notification.
274274

275-
Refer to the [dedicated documenation](/serverless-containers/how-to/add-trigger-to-a-container/) for more information on how to add triggers to a Serverless Container.
275+
Refer to the [dedicated documentation](/serverless-containers/how-to/add-trigger-to-a-container/) for more information on how to add triggers to a Serverless Container.
276276

277277
## Terraform/OpenTofu
278278

0 commit comments

Comments
 (0)