Skip to content

Commit

Permalink
Merge pull request #37273 from obounaim/b-fix_typo
Browse files Browse the repository at this point in the history
Fix typo in AD Connector type name
  • Loading branch information
nam054 committed May 30, 2024
2 parents 80b4948 + 6b6db6f commit 5690023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ds/directory.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ type directoryCreator interface {
type adConnectorCreator struct{}

func (c adConnectorCreator) TypeName() string {
return "AD Conntector"
return "AD Connector"
}

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

0 comments on commit 5690023

Please sign in to comment.