diff --git a/script/generate_config_docs.sh b/script/generate_config_docs.sh index 152c359211..e7358d9057 100755 --- a/script/generate_config_docs.sh +++ b/script/generate_config_docs.sh @@ -18,7 +18,7 @@ make -C flytepropeller compile_flytepropeller mv flytepropeller/bin/flytepropeller ${GOBIN}/flytepropeller # Config files are needed to generate docs, so we generate an empty -# file and re-use it to invoke the docs command in all components. +# file and reuse it to invoke the docs command in all components. EMPTY_CONFIG_FILE=empty-config.yaml touch empty-config.yaml