This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new ba7275d675d NO-ISSUE: Fix typos in sample bpmn files (#2436)
ba7275d675d is described below

commit ba7275d675d13700506135371ba3d3c9b7c2b07a
Author: Jozef Marko <[email protected]>
AuthorDate: Thu Jun 20 19:43:10 2024 +0200

    NO-ISSUE: Fix typos in sample bpmn files (#2436)
---
 .../jbpm-compact-architecture-example/src/main/resources/hiring.bpmn    | 2 +-
 packages/online-editor/static/samples/Sample.bpmn                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/examples/jbpm-compact-architecture-example/src/main/resources/hiring.bpmn 
b/examples/jbpm-compact-architecture-example/src/main/resources/hiring.bpmn
index eb8dc27523b..c1bdbe5e855 100644
--- a/examples/jbpm-compact-architecture-example/src/main/resources/hiring.bpmn
+++ b/examples/jbpm-compact-architecture-example/src/main/resources/hiring.bpmn
@@ -256,7 +256,7 @@
       <bpmn2:script>System.out.println("###################################");
 System.out.println("To: " + candidateData.getEmail());
 System.out.println("Subject: Congratulations you made it!");
-System.out.println("Dear " + candidateData.getFullName() + ", we are happy to 
tell you that you've successfuly went trhough the hiring process. You'll find 
the fina Offer details in attached.");
+System.out.println("Dear " + candidateData.getFullName() + ", we are happy to 
tell you that you've successfully went through the hiring process. You'll find 
the final Offer details in attached.");
 System.out.println("Job Category: " + offer.getCategory());
 System.out.println("Base salary: " + offer.getSalary());
 System.out.println("###################################");</bpmn2:script>
diff --git a/packages/online-editor/static/samples/Sample.bpmn 
b/packages/online-editor/static/samples/Sample.bpmn
index 708d66545f8..99af89b305c 100644
--- a/packages/online-editor/static/samples/Sample.bpmn
+++ b/packages/online-editor/static/samples/Sample.bpmn
@@ -306,7 +306,7 @@
       <bpmn2:script>System.out.println("###################################");
 System.out.println("To: " + candidate);
 System.out.println("Subject: Congratulations you made it!");
-System.out.println("Dear " + candidate + ", we are happy to tell you that 
you've successfuly went trhough the hiring process. You'll find the fina Offer 
details in attached.");
+System.out.println("Dear " + candidate + ", we are happy to tell you that 
you've successfully went through the hiring process. You'll find the final 
Offer details in attached.");
 System.out.println("Job Category: " + category);
 System.out.println("Base salary: " + salary + "$");
 System.out.println("Bonus: " + bonus + "$");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to