Skip to content

Commit

Permalink
Fix error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba authored Oct 2, 2024
1 parent 126105c commit 36e1cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (r ApplicationRegistrationResource) Create() sdk.ResourceFunc {

resp, err := client.CreateApplication(ctx, properties, application.DefaultCreateApplicationOperationOptions())
if err != nil {
return fmt.Errorf("creating applicatoin: %+v", err)
return fmt.Errorf("creating application: %+v", err)
}

app := resp.Model
Expand Down

0 comments on commit 36e1cb7

Please sign in to comment.