From c38c51c64b2bc947e088172d8dd1a35c9f42fd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vav=C5=99=C3=ADk?= Date: Fri, 10 Mar 2023 17:40:30 +0100 Subject: [PATCH] QUARKUS-2738 - fix typo --- QUARKUS-2738.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUARKUS-2738.md b/QUARKUS-2738.md index 04f33c3..5884596 100644 --- a/QUARKUS-2738.md +++ b/QUARKUS-2738.md @@ -26,7 +26,7 @@ The following non-application endpoints will be covered: quarkus.management.enabled=false # or without this option at all ``` -Valid request example: `http://localhost:8080/q/health +Valid request example: `http://localhost:8080/q/health` * Default config (could be omitted from native tests to save time):