From 4f6c9b8e4d0d966b9dbad4ef0d468399ccb45e56 Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Sun, 14 Apr 2024 18:31:39 +0900 Subject: [PATCH] Fix typo in cassandra.adoc --- docs/src/main/asciidoc/cassandra.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/cassandra.adoc b/docs/src/main/asciidoc/cassandra.adoc index 4168a3d906050..42cb2c8ba61f0 100644 --- a/docs/src/main/asciidoc/cassandra.adoc +++ b/docs/src/main/asciidoc/cassandra.adoc @@ -317,7 +317,7 @@ public class FruitDto { The translation to and from JSON is done automatically by the Quarkus REST (formerly RESTEasy Reactive) extension, which is included in this guide's pom.xml file. If you want to add it manually to your application, add the -below snippet to your application's ppm.xml file: +below snippet to your application's pom.xml file: [source,xml] ----