From e6e158a6f3d466712c6c40a461a8eb36857ac27b Mon Sep 17 00:00:00 2001 From: bitgully <32452884+bitgully@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:05:50 +0100 Subject: [PATCH] Typo fixed in howto configuration.md --- content/docs/howto/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/howto/configuration.md b/content/docs/howto/configuration.md index 6a9dfe20..a806cfaa 100644 --- a/content/docs/howto/configuration.md +++ b/content/docs/howto/configuration.md @@ -233,7 +233,7 @@ Paketo Buildpacks can be configured to route traffic through a proxy using the ` ### Dependency Mappings -Paketo Buildpacks may download dependencies from the internet. For example, the Java Buildpack with download the BellSoft Liberica JRE will from the Liberica [github releases][liberica releases] by default. +Paketo Buildpacks may download dependencies from the internet. For example, the Java Buildpack will download the BellSoft Liberica JRE from the Liberica [github releases][liberica releases] by default. If a dependency URI is inaccessible from the build environment, a [binding]({{< relref "#bindings" >}}) can be used to map a new URI to a given dependency. This allows organizations to upload a copies of vetted dependencies to an accessible location and provide developers and CI/CD pipelines with configuration pointing the buildpack at the accessible dependencies.