Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Bloss <[email protected]>
  • Loading branch information
rocktavious and davidbloss authored Oct 21, 2024
1 parent d10e034 commit 46e554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aliases.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (client *Client) GetAliasableResource(resourceType AliasOwnerTypeEnum, iden
case AliasOwnerTypeEnumScorecard:
aliasableResource, err = client.GetScorecard(identifier)
default:
err = fmt.Errorf("not a aliasable sresource type '%s'", resourceType)
err = fmt.Errorf("not an aliasable resource type '%s'", resourceType)
}

return aliasableResource, err
Expand Down

0 comments on commit 46e554b

Please sign in to comment.