Skip to content

Commit 209671d

Browse files
committed
typo fix
1 parent 0725931 commit 209671d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/best-practices/speed-up-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ for more information.
119119
By default, Coder downloads each Terraform provider when a workspace starts.
120120
This can create unnecessary network and disk I/O.
121121

122-
`terraform init` generates a `.teraform.lock.hcl` which instructs Coder
122+
`terraform init` generates a `.terraform.lock.hcl` which instructs Coder
123123
provisioners to cache specific versions of your providers.
124124

125125
To use `terraform init` to cache providers:

0 commit comments

Comments
 (0)