Skip to content

Commit 6ef0baf

Browse files
committedSep 24, 2020
Fix typo
1 parent b4805b4 commit 6ef0baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎website/docs/r/asymmetric_key.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "wireguard_asymmetric_key" "example" {
2323

2424
The following arguments are supported:
2525

26-
* `bind` - (Optional) A string to tie the lifecycle too, e.g. the terraform ID of another resource.
26+
* `bind` - (Optional) A string to tie the lifecycle to, e.g. the terraform ID of another resource.
2727
* `private_key` - (Optional) A supplied WireGuard private key. By default one is generated.
2828

2929
## Attributes Reference

0 commit comments

Comments
 (0)
Please sign in to comment.