From 239c84ef4b6bd3f593fd25b13f9e0f7374be84bc Mon Sep 17 00:00:00 2001 From: petems Date: Thu, 13 Jun 2019 15:36:14 +0100 Subject: [PATCH] Minor spelling fixes `docker run -v $(pwd):/scripts --workdir=/scripts nickg/misspell:latest misspell -w -source=text website/` --- website/docs/backends/types/oss.html.md | 2 +- website/docs/configuration/attr-as-blocks.html.md | 2 +- website/upgrade-guides/0-12.html.markdown | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/backends/types/oss.html.md b/website/docs/backends/types/oss.html.md index 2e4bf791b..62136f29e 100644 --- a/website/docs/backends/types/oss.html.md +++ b/website/docs/backends/types/oss.html.md @@ -91,5 +91,5 @@ The following configuration options or environment variables are supported: ACL](https://www.alibabacloud.com/help/doc-detail/52284.htm) to be applied to the state file. --> **Note:** If you want to store state in the custom OSS endpoint, you can specify a enviornment variable `OSS_ENDPOINT`, like "oss-cn-beijing-internal.aliyuncs.com" +-> **Note:** If you want to store state in the custom OSS endpoint, you can specify a environment variable `OSS_ENDPOINT`, like "oss-cn-beijing-internal.aliyuncs.com" diff --git a/website/docs/configuration/attr-as-blocks.html.md b/website/docs/configuration/attr-as-blocks.html.md index b0ea71b81..5a2dd37a1 100644 --- a/website/docs/configuration/attr-as-blocks.html.md +++ b/website/docs/configuration/attr-as-blocks.html.md @@ -55,7 +55,7 @@ However, in some cases existing provider features were relying on the conflation of these two concepts in the language of Terraform v0.11 and earlier, using nested block syntax in most cases but using argument syntax to represent explicitly the idea of removing all existing objects of that type, since the -absense of any blocks was interpreted as "ignore any existing objects". +absence of any blocks was interpreted as "ignore any existing objects". The information on this page only applies to certain special arguments that were relying on this usage pattern prior to Terraform v0.12. The documentation diff --git a/website/upgrade-guides/0-12.html.markdown b/website/upgrade-guides/0-12.html.markdown index b0456e735..8649d2657 100644 --- a/website/upgrade-guides/0-12.html.markdown +++ b/website/upgrade-guides/0-12.html.markdown @@ -179,7 +179,7 @@ Terraform v0.12. We recommend using this command in a clean version control work tree, so that you can easily see the proposed changes as a diff against the latest commit. -If you have uncommited changes already present, we recommend aborting this +If you have uncommitted changes already present, we recommend aborting this command and dealing with them before running this command again. Would you like to upgrade the module in the current directory? @@ -405,7 +405,7 @@ rewrite automatically to just refer to the list directly: example = var.any_list ``` -However, an unintended side-effect of this compatiblity mechanism was to +However, an unintended side-effect of this compatibility mechanism was to also flatten mixed lists of single-value and list expressions into a single list automatically. We didn't intend for this to be a part of the language, but in retrospect it was an obvious consequence of how the compatibility mechanism