Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ states:
#### Description

This example shows a single [Event State](../specification.md#event-state) with one action that calls the "greeting" function.
The event state consumes cloud events of type "greetingEventType". When an even with this type
The event state consumes cloud events of type "greetingEventType". When an event with this type
is consumed, the Event state performs a single action that calls the defined "greeting" function.

For the sake of the example we assume that the cloud event we will consume has the format:
Expand Down