From 28cc3e18d2fde9e4700a5fe0f0418e162f96c773 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:04:07 +0800 Subject: [PATCH] fix typos Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com> --- scripts/docs/generate-md.sh | 2 +- scripts/docs/generate-yaml.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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