From df91005cdf56a8b884d7b7943b04024a4c9f3ffa Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Mon, 22 Feb 2021 16:13:31 -0800 Subject: [PATCH] Typo fix in GitRepositories doc file Signed-off-by: jonathan-innis --- docs/spec/v1beta1/gitrepositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v1beta1/gitrepositories.md b/docs/spec/v1beta1/gitrepositories.md index 41ec4549..7920b016 100644 --- a/docs/spec/v1beta1/gitrepositories.md +++ b/docs/spec/v1beta1/gitrepositories.md @@ -185,7 +185,7 @@ comes with its own set of drawbacks. Some git providers like Azure DevOps require that the git client supports specific capabilities to be able to communicate. The initial library used in source-controller did not support -this functionality while other libraries that did were missinging other critical functionality, +this functionality while other libraries that did were missing other critical functionality, specifically the ability to do shallow cloning. Shallow cloning is important as it allows source-controller to only fetch the latest commits, instead of the whole git history. For some very large repositories this means downloading GB of data that could fill the disk