You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/29 19:35:10 UTC

[maven-site] branch master updated: spelling and slight reordering of adverbs

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 5cf37f1  spelling and slight reordering of adverbs
5cf37f1 is described below

commit 5cf37f1669f5c5e2ad060a9209eeabeba3d6fbd6
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Tue Jan 29 14:07:35 2019 -0500

    spelling and slight reordering of adverbs
    
    @hboutemy
---
 .../apt/guides/introduction/introduction-to-dependency-mechanism.apt    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
index d47099d..776ed11 100644
--- a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
+++ b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
@@ -104,7 +104,7 @@ Introduction to the Dependency Mechanism
 
  []
 
- Although transitive dependencies can help you to include implicitely desired dependencies, it is a good practice that you explicitely
+ Although transitive dependencies can implicitly include desired dependencies, it is a good practice to explicitly
  specify the dependencies you are directly using in your own source code. This best practice proves its value especially
  when the dependencies of your project changes their dependencies.