From f69713d718cfa3d02f4739cf669f72e12a94f582 Mon Sep 17 00:00:00 2001 From: Nathan Clevenger Date: Sat, 26 Oct 2024 05:46:41 -0500 Subject: [PATCH] Fixed typo changed `ad` to `and` --- src/content/docs/workflows/build/trigger-workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workflows/build/trigger-workflows.mdx b/src/content/docs/workflows/build/trigger-workflows.mdx index 3dbf0b7790a5f44..037e877f5c68092 100644 --- a/src/content/docs/workflows/build/trigger-workflows.mdx +++ b/src/content/docs/workflows/build/trigger-workflows.mdx @@ -151,7 +151,7 @@ Once stopped, the Workflow instance *cannot* be resumed. :::caution -**Known issue**: Restarting a Workflow via the `restart()` method is not currently supported ad will throw an exception (error). +**Known issue**: Restarting a Workflow via the `restart()` method is not currently supported and will throw an exception (error). :::