From 5a91db75e40f2c33c4249e4f78c234631c2de837 Mon Sep 17 00:00:00 2001
From: Xavi Lee
Date: Mon, 6 Jun 2022 09:20:48 +0800
Subject: [PATCH] docs: fix typo
---
src/site/xdoc/getting-started.xml.vm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/getting-started.xml.vm b/src/site/xdoc/getting-started.xml.vm
index b5b82097..2f62665a 100644
--- a/src/site/xdoc/getting-started.xml.vm
+++ b/src/site/xdoc/getting-started.xml.vm
@@ -37,7 +37,7 @@
file and its dependencies in the classpath.
- If you are using Maven just add the following dependency to your pom.xml:
+ If you are using Maven just add the following dependency to your pom.xml:
@@ -92,7 +92,7 @@ public interface UserMapper {
]]>
- You can inject it into a CDI bean just as any other dependency using @Inject. :
+ You can inject it into a CDI bean just as any other dependency using @Inject :