Skip to content

Commit 5a57932

Browse files
authored
Merge pull request #24642 from Rohan5commit/pr-20260407-docker-docs-repositories
docs: fix repositories wording in go.mod comment
2 parents 8f17f06 + 36cd23a commit 5a57932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/docker/docs
33
go 1.26.0
44

55
// This go.mod file is used by hugo to vendor documentation from upstream
6-
// reposities. Use the "require" section to specify the version of the
6+
// repositories. Use the "require" section to specify the version of the
77
// upstream repository.
88
//
99
// Make sure to add an entry in the "tools" section when adding a new repository.

0 commit comments

Comments
 (0)