Fix typo in word Covert (#480)

Signed-off-by: Vikram Vuppla <naga.vicky@gmail.com>
This commit is contained in:
Vikram Vuppla 2022-09-19 10:31:31 -05:00 committed by GitHub
parent adde53c817
commit 4139fb7e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class SampleHTTPServer {
// We need to read the event from the HTTP request we get, so create a MessageReader. // We need to read the event from the HTTP request we get, so create a MessageReader.
VertxMessageFactory.createReader(request) VertxMessageFactory.createReader(request)
// Covert the MessageReader to a CloudEvent. // Convert the MessageReader to a CloudEvent.
.map(MessageReader::toEvent) .map(MessageReader::toEvent)
.onSuccess(event -> { .onSuccess(event -> {
// Print out the event. // Print out the event.