summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2021-06-13 17:56:42 -0400
committerGitHub <noreply@github.com>2021-06-13 17:56:42 -0400
commit1445c6177a079493d604bce411e412cd30ee2200 (patch)
treead63a4f5d54012127ba69ef9980dc467ab2dd822
parentc7d7335957a16a0e5526f51686413ad3ebd935ae (diff)
Apply suggestions from code review
Co-authored-by: Shamsher Ansari <shaansar@redhat.com>
-rw-r--r--contributors/devel/sig-architecture/vendor.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/devel/sig-architecture/vendor.md b/contributors/devel/sig-architecture/vendor.md
index a85dbc0a..e48d733b 100644
--- a/contributors/devel/sig-architecture/vendor.md
+++ b/contributors/devel/sig-architecture/vendor.md
@@ -36,12 +36,12 @@ The `go.mod` file in the root of `k8s.io/kubernetes` describes dependencies usin
## Dependency versions
-As a project we prefer that all entries in `go.mod` should be tags in their
+As a project we prefer that all entries in `go.mod` should be tagged in their
respective repositories. There may be exceptions that will be up to the
dependency approvers to approve. If there are issues with go mod tooling itself
-then there has to be explicit comment (trailing `// comment`) with details on
+then there has to be an explicit comment (trailing `// comment`) with details on
exact tag/release that this SHA corresponds to. Also please ensure tracking
-isssues are open to ensure these SHA(s) are cleaned up over time and switched
+issues are open to ensure these SHA(s) are cleaned up over time and switched
over to tags.
## Adding or updating a dependency