Skip to content

Commit 5690023

Browse files
authored
Merge pull request #37273 from obounaim/b-fix_typo
Fix typo in AD Connector type name
2 parents 80b4948 + 6b6db6f commit 5690023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/ds/directory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ type directoryCreator interface {
393393
type adConnectorCreator struct{}
394394

395395
func (c adConnectorCreator) TypeName() string {
396-
return "AD Conntector"
396+
return "AD Connector"
397397
}
398398

399399
func (c adConnectorCreator) Create(ctx context.Context, conn *directoryservice.DirectoryService, name string, d *schema.ResourceData) error {

0 commit comments

Comments
 (0)