Fix typo in word Covert (#480)
Signed-off-by: Vikram Vuppla <naga.vicky@gmail.com>
This commit is contained in:
parent
adde53c817
commit
4139fb7e57
|
@ -23,7 +23,7 @@ public class SampleHTTPServer {
|
|||
|
||||
// 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.
|
||||
|
|
Loading…
Reference in New Issue