Skip to content

Commit 2ea4268

Browse files
authored
Merge pull request #298 from jonathan-innis/joinnis/typo-fix
Typo fix in GitRepositories doc file
2 parents 2a91f1b + df91005 commit 2ea4268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/v1beta1/gitrepositories.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ comes with its own set of drawbacks.
185185

186186
Some git providers like Azure DevOps require that the git client supports specific capabilities
187187
to be able to communicate. The initial library used in source-controller did not support
188-
this functionality while other libraries that did were missinging other critical functionality,
188+
this functionality while other libraries that did were missing other critical functionality,
189189
specifically the ability to do shallow cloning. Shallow cloning is important as it allows
190190
source-controller to only fetch the latest commits, instead of the whole git history.
191191
For some very large repositories this means downloading GB of data that could fill the disk

0 commit comments

Comments
 (0)