Skip to content

Commit 1445c61

Browse files
dimsShamsher Ansari
andauthored
Apply suggestions from code review
Co-authored-by: Shamsher Ansari <[email protected]>
1 parent c7d7335 commit 1445c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributors/devel/sig-architecture/vendor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The `go.mod` file in the root of `k8s.io/kubernetes` describes dependencies usin
3636

3737
## Dependency versions
3838

39-
As a project we prefer that all entries in `go.mod` should be tags in their
39+
As a project we prefer that all entries in `go.mod` should be tagged in their
4040
respective repositories. There may be exceptions that will be up to the
4141
dependency approvers to approve. If there are issues with go mod tooling itself
42-
then there has to be explicit comment (trailing `// comment`) with details on
42+
then there has to be an explicit comment (trailing `// comment`) with details on
4343
exact tag/release that this SHA corresponds to. Also please ensure tracking
44-
isssues are open to ensure these SHA(s) are cleaned up over time and switched
44+
issues are open to ensure these SHA(s) are cleaned up over time and switched
4545
over to tags.
4646

4747
## Adding or updating a dependency

0 commit comments

Comments
 (0)