diff --git a/examples/1-basic-concepts/1-6-roles/my_vacation.bpmn b/examples/1-basic-concepts/1-6-roles/my_vacation.bpmn index 09ab86eb..dcc96249 100644 --- a/examples/1-basic-concepts/1-6-roles/my_vacation.bpmn +++ b/examples/1-basic-concepts/1-6-roles/my_vacation.bpmn @@ -56,7 +56,7 @@ lane_owners = ``` Would assure that any lane labeled "Vacation Approver" in the current diagram will be assigned to the user with id "The Funkalicious Dan". -The example here uses this approach, it figures out who the current user is (that would be you), and assigns you the the "Vacation Approver" group. You can see this happen in a script task when you open the the my_vacation.bpmn file from the Process Model page. +The example here uses this approach, it figures out who the current user is (that would be you), and assigns you the "Vacation Approver" group. You can see this happen in a script task when you open the the my_vacation.bpmn file from the Process Model page.