Skip to content

Commit

Permalink
Fix typo in word Covert (#480)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Vuppla <naga.vicky@gmail.com>
  • Loading branch information
VikramVuppla committed Sep 19, 2022
1 parent adde53c commit 4139fb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void main(String[] args) {

// We need to read the event from the HTTP request we get, so create a MessageReader.
VertxMessageFactory.createReader(request)
// Covert the MessageReader to a CloudEvent.
// Convert the MessageReader to a CloudEvent.
.map(MessageReader::toEvent)
.onSuccess(event -> {
// Print out the event.
Expand Down

0 comments on commit 4139fb7

Please sign in to comment.