Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit f684f91

Browse files
authored
website/docs(plan): fix minor typos (hashicorp#28713)
1 parent 3afa08b commit f684f91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/docs/cli/commands/plan.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ is primarily intended for when
4141
[running Terraform in automation](https://learn.hashicorp.com/tutorials/terraform/automate-terraform?in=terraform/automation&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS).
4242

4343
If you run `terraform plan` without the `-out=FILE` option then it will create
44-
a _speculative plan_, which is a description of a the effect of the plan but
44+
a _speculative plan_, which is a description of the effect of the plan but
4545
without any intent to actually apply it.
4646

4747
In teams that use a version control and code review workflow for making changes
@@ -252,7 +252,7 @@ The available options are:
252252

253253
* `-input=false` - Disables Terraform's default behavior of prompting for
254254
input for root module input variables that have not otherwise been assigned
255-
a value. This option is particular useful when running Terraform in
255+
a value. This option is particularly useful when running Terraform in
256256
non-interactive automation systems.
257257

258258
* `-lock=false` - Don't hold a state lock during the operation. This is
@@ -287,7 +287,7 @@ The available options are:
287287
be saved in cleartext in the plan file. You should therefore treat any
288288
saved plan files as potentially-sensitive artifacts.
289289

290-
* `-parallelism=n` - Limit the number of concurrent operation as Terraform
290+
* `-parallelism=n` - Limit the number of concurrent operations as Terraform
291291
[walks the graph](/docs/internals/graph.html#walking-the-graph). Defaults
292292
to 10.
293293

0 commit comments

Comments
 (0)