From dfb45cdeecaca89583d9c6c9d099a7419c09d444 Mon Sep 17 00:00:00 2001 From: Esteban Date: Wed, 22 Feb 2017 14:17:39 +0700 Subject: [PATCH] Fixed ugly typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a59b20f..922eff1 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ Not all development teams have the luxury of relying on Maven Central, Bintray for day to day development. Some of them are still fortunate to proxy public repositories via in-house Artifactory or Nexus instances. Others have even more strict requirements including the ability to be able to build an isolated environment. This plugin is for them. It allows -for pubic dependencies, including transitive dependencies, to be downloaded in a controlled manner and the internal +for public dependencies, including transitive dependencies, to be downloaded in a controlled manner and the internal security processes to be applied to the binary files before committing them to an internal storage area. == Previous versions