diff --git a/docs/Building_Diagrams/learn_basics.md b/docs/Building_Diagrams/learn_basics.md index e001853f..a9040c69 100644 --- a/docs/Building_Diagrams/learn_basics.md +++ b/docs/Building_Diagrams/learn_basics.md @@ -38,7 +38,7 @@ Tasks represent activities or work that needs to be performed as part of a proce |---------------|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Service | ![Untitled](images/Service_task.png) | Task that uses a Web service, an automated application, or other kinds of service in completing the task. | | Send |![Untitled](images/Send.png) | Task that sends a Message to another pool. The Task is completed once the Message has been sent. | -| Receive | ![Untitled](images/Receive.png) | A Receive Task indicates that the process has to wait for a message to arrive in order to continue. The Task is completed once the| message has received. | +| Receive | ![Untitled](images/Receive.png) | A Receive Task indicates that the process has to wait for a message to arrive in order to continue. The Task is completed once the message has been received. | | User | ![Untitled](images/User.png) | A User Task represents that a human performer performs the Task with the use of a software application. | | Manual | ![Untitled](images/Manual.png) | A Manual Task is a Task that is performed without the aid of any business process execution engine or any application. | | Business Rule |![Untitled](images/Businessrule.png)| Business Rule Task provides a mechanism for a process to provide input to a Business Rules Engine and then obtain the output provided by the Business Rules Engine. |