From 87f9f9a6f4d47a2354d191b9e4e520613c694f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Mota?= Date: Tue, 10 Jan 2023 08:20:17 +0100 Subject: [PATCH] Fix docs wording (#2957) --- runatlantis.io/docs/pre-workflow-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/docs/pre-workflow-hooks.md b/runatlantis.io/docs/pre-workflow-hooks.md index d90eac7dc..801560fcc 100644 --- a/runatlantis.io/docs/pre-workflow-hooks.md +++ b/runatlantis.io/docs/pre-workflow-hooks.md @@ -5,7 +5,7 @@ workflows are executed. Pre workflow hooks differ from [custom workflows](custom-workflows.html#custom-run-command) in several ways. 1. Pre workflow hooks do not require for repository configuration to be - present. This be utilized to [dynamically generate repo configs](pre-workflow-hooks.html#dynamic-repo-config-generation). + present. This can be utilized to [dynamically generate repo configs](pre-workflow-hooks.html#dynamic-repo-config-generation). 2. Pre workflow hooks are run outside of Atlantis commands. Which means they do not surface their output back to the PR as a comment. 3. Pre workflow hooks only allow `run` and `description` commands.