Skip to content

Commit 018a016

Browse files
committed
fix documentation
1 parent ce6fd70 commit 018a016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/agent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,14 @@ func agentResource() *schema.Resource {
260260
},
261261
"port_forwarding_helper": {
262262
Type: schema.TypeBool,
263-
Description: "Display port-forwarding helper button in the agent bar.",
263+
Description: "Display the port-forwarding helper button in the agent bar.",
264264
ForceNew: true,
265265
Optional: true,
266266
Default: true,
267267
},
268268
"ssh_helper": {
269269
Type: schema.TypeBool,
270-
Description: "Display port-forwarding helper button in the agent bar.",
270+
Description: "Display the SSH helper button in the agent bar.",
271271
ForceNew: true,
272272
Optional: true,
273273
Default: true,

0 commit comments

Comments
 (0)