From fb129d381b10ba944f6eb79680bc2d9cdeb39a85 Mon Sep 17 00:00:00 2001 From: Michelle Purcell Date: Mon, 15 Aug 2022 14:30:03 +0100 Subject: [PATCH] Fixed example tutorial abstract to match guidance --- docs/src/main/asciidoc/doc-create-tutorial.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/doc-create-tutorial.adoc b/docs/src/main/asciidoc/doc-create-tutorial.adoc index d85db0c3d59f6..8004519d0795c 100644 --- a/docs/src/main/asciidoc/doc-create-tutorial.adoc +++ b/docs/src/main/asciidoc/doc-create-tutorial.adoc @@ -62,9 +62,9 @@ They should be able to determine if they want to engage with the content. [source,asciidoc] ---- -In this tutorial, we will create an application that uses unique annotations from the experimental acme extension to define two endpoints: -a simple Http endpoint and an endpoint that emits Server-Sent Events (SSE). -We will also use Quarkus dev mode for iterative development and test. +Create an application that uses unique annotations from the experimental acme extension to define two endpoints: +a simple HTTP endpoint and an endpoint that emits server-sent events (SSE). +We will also use Quarkus dev mode for iterative development and testing. ---- .Document Preview