From 7aff78974c9441dd65113029196f18fe41f2867e Mon Sep 17 00:00:00 2001
From: Gary Gregory
Date: Tue, 15 May 2018 12:18:27 -0600
Subject: [PATCH] Typo: 'JavaDoc' -> 'Javadoc'.
---
README.md | 2 +-
src/site/xdoc/index.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7028e3c0f..c08eb9ae7 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Documentation
-------------
More information can be found on the [Apache Commons Collections homepage](https://commons.apache.org/proper/commons-collections).
-The [JavaDoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-collections/javadocs/api-release) can be browsed.
Questions related to the usage of Apache Commons Collections should be posted to the [user mailing list][ml].
Where can I get the latest release?
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index b4a98b42b..ec5a2002e 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -54,7 +54,7 @@ A getting started User's Guide is available
as are various project reports.
-The JavaDoc API documents are available online:
+The Javadoc API documents are available online: