From 5d04c4ea279c7fc1a8491b46b374e746474a070b Mon Sep 17 00:00:00 2001 From: Sam Velie Date: Fri, 30 Apr 2021 09:24:02 -0700 Subject: [PATCH] docs: correct spelling of normally (#28508) --- website/docs/cli/commands/apply.html.md | 2 +- website/docs/cli/commands/init.html.md | 2 +- website/docs/cli/commands/plan.html.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md index 42e9c1b417..6b87bf6d95 100644 --- a/website/docs/cli/commands/apply.html.md +++ b/website/docs/cli/commands/apply.html.md @@ -86,7 +86,7 @@ plan to remove it in Terraform v0.15. If your workflow relies on overriding the root module directory, use [the `-chdir` global option](./#switching-working-directory-with-chdir) instead, which works across all commands and makes Terraform consistently look -in the given directory for all files it would normaly read or write in the +in the given directory for all files it would normally read or write in the current working directory. If your previous use of this legacy pattern was also relying on Terraform diff --git a/website/docs/cli/commands/init.html.md b/website/docs/cli/commands/init.html.md index c0c2f12b55..04278636ed 100644 --- a/website/docs/cli/commands/init.html.md +++ b/website/docs/cli/commands/init.html.md @@ -189,7 +189,7 @@ plan to remove it in Terraform v0.15. If your workflow relies on overriding the root module directory, use [the `-chdir` global option](./#switching-working-directory-with-chdir) instead, which works across all commands and makes Terraform consistently look -in the given directory for all files it would normaly read or write in the +in the given directory for all files it would normally read or write in the current working directory. If your previous use of this legacy pattern was also relying on Terraform diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index 5b7b012e87..b9f04e84b0 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -148,7 +148,7 @@ plan to remove it in Terraform v0.15. If your workflow relies on overriding the root module directory, use [the `-chdir` global option](./#switching-working-directory-with-chdir) instead, which works across all commands and makes Terraform consistently look -in the given directory for all files it would normaly read or write in the +in the given directory for all files it would normally read or write in the current working directory. If your previous use of this legacy pattern was also relying on Terraform