diff --git a/en/docs/quick-start-guides/develop-your-first-event-integration.md b/en/docs/quick-start-guides/develop-your-first-event-integration.md
index ce040ae..d031df4 100644
--- a/en/docs/quick-start-guides/develop-your-first-event-integration.md
+++ b/en/docs/quick-start-guides/develop-your-first-event-integration.md
@@ -44,7 +44,7 @@ This redirects you to the **Create New Integration in VS Code** page.
| `username` | `string` |
| `password` | `string` |
-
+
2. Go to the **Design View** by clicking the Home icon on the top left corner and click **Add Artifact**.
3. Select **RabbitMQ Event Handler**. Choosing the **Event Integration** from the Devant console disables the other options.
@@ -59,13 +59,13 @@ This redirects you to the **Create New Integration in VS Code** page.
7. Add `Orders` as the **Queue Name** and click **Create**. If there is no queue named `Orders` in RabbitMQ server, this will create a new queue with this name.
-
+
8. In the **Design** view, click the `onMessage` function box. It will redirect you to the flow diagram view.
9. Click the plus icon after the **Start** node to open the node panel.
10. Add a **Log Info** node with the **Msg** as `message.toString()`.
-
+
## Step 4: Push to Devant
@@ -102,4 +102,4 @@ This redirects you to the **Create New Integration in VS Code** page.
5. After successfully testing, you can promote your event integration to production by clicking the **Promote** button.
-Now you have gained hands-on experience in creating, configuring, deploying, and testing an event integration.
+Now you have gained hands-on experience in creating, configuring, deploying, and testing an event integration.
\ No newline at end of file