From 36cd23a421cf9ec59eea86d584062b5ef0ddda92 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 7 Apr 2026 10:01:00 +0800 Subject: [PATCH] docs: fix repositories wording in go.mod comment Signed-off-by: Codex --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dd669be9589..6784da65aae 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/docker/docs go 1.26.0 // This go.mod file is used by hugo to vendor documentation from upstream -// reposities. Use the "require" section to specify the version of the +// repositories. Use the "require" section to specify the version of the // upstream repository. // // Make sure to add an entry in the "tools" section when adding a new repository.