From 4de66dd8b28d7b60fdfd3b6337506281ccbed2df Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Wed, 17 Jul 2024 14:21:17 -0400 Subject: [PATCH] minor typo adjustment --- docs/components/modeler/web-modeler/milestones.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modeler/web-modeler/milestones.md b/docs/components/modeler/web-modeler/milestones.md index 6519d6179a..bffe3b9d7c 100644 --- a/docs/components/modeler/web-modeler/milestones.md +++ b/docs/components/modeler/web-modeler/milestones.md @@ -27,7 +27,7 @@ When dragging and dropping a file into the diagram view, or when using the **Rep #### Bulk milestone creation -[Process applications](/components/modeler/web-modeler/process-applications.md) are a special type of folder in Web Modeler that allows you to work on a set of related files and +A [process application](/components/modeler/web-modeler/process-applications.md) is a special type of folder in Web Modeler that allows you to work on a set of related files and [deploy](/components/modeler/web-modeler/process-applications.md#deploy-and-run-a-process-application) them together in a single bundle with just one click. This reduces the risk of having a broken deployment at runtime and makes it more convenient to deploy related files. When creating a milestone on a main process of a process application, milestones are created for all other assets in the application to make it easier to track or roll back changes.