all: Typo fixes

This commit is contained in:
Christian Oliff
2024-03-16 01:25:52 +09:00
committed by GitHub
parent 68d92ef9dd
commit 78178d0c2a
13 changed files with 20 additions and 20 deletions

View File

@@ -270,7 +270,7 @@ type Config struct {
// When enabled, we will pick the vendored module closest to the module
// using it.
// The default behaviour is to pick the first.
// The default behavior is to pick the first.
// Note that there can still be only one dependency of a given module path,
// so once it is in use it cannot be redefined.
VendorClosest bool