From 7df4eb748b8c344e3a0fc560037d456c615b8f96 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Fri, 6 Dec 2024 17:21:45 -0500 Subject: [PATCH] Fix typo Signed-off-by: Eduardo Apolinario --- script/generate_config_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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