Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 719677d

Browse files
authored
Documentation - minor issue fixes (#3462)
Fixed spelling in documentation files.
1 parent b88c27d commit 719677d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/reference-docs/event-task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar_position: 4
1010

1111
### Introduction
1212
EVENT is a task used to publish an event into one of the supported eventing systems in Conductor.
13-
Conductor supports the the following eventing models:
13+
Conductor supports the following eventing models:
1414

1515
1. Conductor internal events (type: conductor)
1616
2. SQS (type: sqs)
@@ -29,7 +29,7 @@ Consider an example where we want to publish an event into SQS to notify an exte
2929
}
3030
```
3131

32-
An example where we want to publish a messase to conductor's internal queuing system.
32+
An example where we want to publish a message to conductor's internal queuing system.
3333
```json
3434
{
3535
"type": "EVENT",
@@ -56,7 +56,7 @@ An example where we want to publish a messase to conductor's internal queuing sy
5656
* ```true``` to keep it IN_PROGRESS, wait for an external event (via Conductor or SQS or EventHandler) to complete it.
5757

5858
#### Output Configuration
59-
Tasks's output are sent as a payload to the external event. In case of SQS the task's output is sent to the SQS message a a payload.
59+
Tasks's output are sent as a payload to the external event. In case of SQS the task's output is sent to the SQS message a payload.
6060

6161

6262
| name | type | description |

0 commit comments

Comments
 (0)