This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 462b783 Minor improvement to English fluency
462b783 is described below
commit 462b7832e2eed161b58851e4a5d0283533f6433b
Author: Christopher Sauer <[email protected]>
AuthorDate: Tue Jul 27 14:50:18 2021 -0700
Minor improvement to English fluency
Fixed some unusual phrasing I saw while reading the docs.
Goal is to leave things even better than I found them.
---
content/apt/guides/mini/guide-3rd-party-jars-local.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/mini/guide-3rd-party-jars-local.apt
b/content/apt/guides/mini/guide-3rd-party-jars-local.apt
index f34bf3b..4c42476 100644
--- a/content/apt/guides/mini/guide-3rd-party-jars-local.apt
+++ b/content/apt/guides/mini/guide-3rd-party-jars-local.apt
@@ -29,7 +29,7 @@
Guide to installing 3rd party JARs
- Although rarely, but sometimes, you will have 3rd party JARs that you need to
put in your local repository for use in your
+ Occasionally, you will have 3rd party JARs that you need to put in your local
repository for use in your
builds, since they don't exist in any public repository like
{{{https://search.maven.org}Maven Central}}.
The JARs must be placed in the local repository in the correct place in order
for it to be correctly
picked up by Apache Maven.