doc typos
diff --git a/src/site/xdoc/docs/json-springboot-userguide.xml b/src/site/xdoc/docs/json-springboot-userguide.xml
index b1a1b0c..b5604e3 100644
--- a/src/site/xdoc/docs/json-springboot-userguide.xml
+++ b/src/site/xdoc/docs/json-springboot-userguide.xml
@@ -155,7 +155,7 @@
 </p>
 <p>
 Tip: don't expose methods in your web services that are not meant to be exposed, 
-such as getters and setters. Axis2 determines the avaliable methods by reflection.
+such as getters and setters. Axis2 determines the available methods by reflection.
 For JSON, the message name at the start of the JSON received by the Axis2 server 
 defines the Axis2 operation to invoke.  It is recommended that only one method per 
 class be exposed as a starting point. The place to add method exclusion is the