diff --git a/scripts/docs/generate-md.sh b/scripts/docs/generate-md.sh index 7b49c39341..a1747b346a 100755 --- a/scripts/docs/generate-md.sh +++ b/scripts/docs/generate-md.sh @@ -23,7 +23,7 @@ trap clean EXIT # init dummy go.mod ./scripts/vendor init # install cli-docs-tool and copy docs/tools.go in root folder - # to be able to fetch the required depedencies + # to be able to fetch the required dependencies go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} cp docs/generate/tools.go . # update vendor diff --git a/scripts/docs/generate-yaml.sh b/scripts/docs/generate-yaml.sh index 4d0006e43e..13670ebde1 100755 --- a/scripts/docs/generate-yaml.sh +++ b/scripts/docs/generate-yaml.sh @@ -20,7 +20,7 @@ trap clean EXIT # init dummy go.mod ./scripts/vendor init # install cli-docs-tool and copy docs/tools.go in root folder - # to be able to fetch the required depedencies + # to be able to fetch the required dependencies go mod edit -modfile=vendor.mod -require=github.com/docker/cli-docs-tool@${CLI_DOCS_TOOL_VERSION} cp docs/generate/tools.go . # update vendor