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/06/24 19:29:38 UTC

[maven-site] branch master updated: Fix typo

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 0663092  Fix typo
0663092 is described below

commit 06630927dfddbd1e6882ce1581ea37070c9c301d
Author: Piotrek Zygielo <pz...@users.noreply.github.com>
AuthorDate: Mon Jun 24 20:35:39 2019 +0200

    Fix typo
---
 .../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 cf441e5..f926758 100644
--- a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
+++ b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
@@ -800,7 +800,7 @@ Introduction to the Dependency Mechanism
  up in repository. They are usually used to tell Maven about dependencies which
  are provided by the JDK or the VM. Thus, system dependencies are especially
  useful for resolving dependencies on artifacts which are now provided by the
- JDK, but where available as separate downloads earlier. Typical example are
+ JDK, but were available as separate downloads earlier. Typical example are
  the JDBC standard extensions or the Java Authentication and Authorization
  Service (JAAS).