diff --git a/examples/goGetterGeneratorPlugin.md b/examples/goGetterGeneratorPlugin.md index e136fb748..54d193d2e 100644 --- a/examples/goGetterGeneratorPlugin.md +++ b/examples/goGetterGeneratorPlugin.md @@ -2,7 +2,7 @@ Kustomize supports building a [remote target], but the URLs are limited to common [Git repository specs]. -To extend the supported format, Kustomize has a [plugin] system that allows one to integrate third-party tools such as [hashicorp/go-getter] to "download things from a string URL suing a variety of protocols", extract the content and generated resources as part of kustomize build. +To extend the supported format, Kustomize has a [plugin] system that allows one to integrate third-party tools such as [hashicorp/go-getter] to "download things from a string URL using a variety of protocols", extract the content and generated resources as part of kustomize build. [remote target]: https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md [Git repository specs]: https://github.com/kubernetes-sigs/kustomize/blob/master/api/internal/git/repospec_test.go