Skip to content

Commit 4139fb7

Browse files
authored
Fix typo in word Covert (#480)
Signed-off-by: Vikram Vuppla <naga.vicky@gmail.com>
1 parent adde53c commit 4139fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/vertx/src/main/java/io/cloudevents/examples/vertx/SampleHTTPServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void main(String[] args) {
2323

2424
// We need to read the event from the HTTP request we get, so create a MessageReader.
2525
VertxMessageFactory.createReader(request)
26-
// Covert the MessageReader to a CloudEvent.
26+
// Convert the MessageReader to a CloudEvent.
2727
.map(MessageReader::toEvent)
2828
.onSuccess(event -> {
2929
// Print out the event.

0 commit comments

Comments
 (0)