Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilson Lin committed Aug 23, 2023
1 parent 9afb50b commit f298157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsimple/registrar_registrant.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type RegistrantChangeDeleteResponse struct {
Response
}

// ListRegistrantChange lists registrant changes in tthe account.
// ListRegistrantChange lists registrant changes in the account.
//
// See https://developer.dnsimple.com/v2/registrar/#listRegistrantChanges
func (s *RegistrarService) ListRegistrantChange(ctx context.Context, accountID string, options *RegistrantChangeListOptions) (*RegistrantChangesListResponse, error) {
Expand Down

0 comments on commit f298157

Please sign in to comment.