Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
truszkowski committed Mar 5, 2024
1 parent c4c100c commit 6461575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacelift/resource_bitbucket_datacenter_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func resourceBitbucketDatacenterIntegration() *schema.Resource {
},
bitbucketDatacenterUserFacingHost: {
Type: schema.TypeString,
Description: "User Facing Host which will be user for all user-facing URLs displayed in the Spacelift UI",
Description: "User Facing Host which will be used for all user-facing URLs displayed in the Spacelift UI",
Required: true,
},
bitbucketDatacenterUsername: {
Expand Down

0 comments on commit 6461575

Please sign in to comment.