Typo: 'JavaDoc' -> 'Javadoc'.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1831650 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/guide/core.xml b/src/site/xdoc/guide/core.xml
index df24a85..d2fee44 100644
--- a/src/site/xdoc/guide/core.xml
+++ b/src/site/xdoc/guide/core.xml
@@ -930,7 +930,7 @@
         <p><a href="../apidocs/ExtendedBaseRules.html">ExtendedBaseRules</a>,
 adds some additional expression syntax for pattern matching
 to the default mechanism, but it also executes more slowly.  See the
-JavaDocs for more details on the new pattern matching syntax, and suggestions
+Javadocs for more details on the new pattern matching syntax, and suggestions
 on when this implementation should be used.  To use it, simply do the
 following as part of your Digester initialization:</p>