We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adde53c commit 4139fb7Copy full SHA for 4139fb7
1 file changed
examples/vertx/src/main/java/io/cloudevents/examples/vertx/SampleHTTPServer.java
@@ -23,7 +23,7 @@ public static void main(String[] args) {
23
24
// We need to read the event from the HTTP request we get, so create a MessageReader.
25
VertxMessageFactory.createReader(request)
26
- // Covert the MessageReader to a CloudEvent.
+ // Convert the MessageReader to a CloudEvent.
27
.map(MessageReader::toEvent)
28
.onSuccess(event -> {
29
// Print out the event.
0 commit comments