Skip to content

Commit

Permalink
fix: typos (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoCorona-MiaPlatform authored Jan 22, 2024
1 parent 566ce12 commit c2fcbbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update oauth2 to v0.16.0
- update sync to v0.6.0

### Fixed

- fixed typos

## [0.11.0] - 2024-01-15

### BREAKING
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/company/iam/group/add_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ func addMemberToGroup(ctx context.Context, client *client.APIClient, companyID,
return err
}

fmt.Println("the users has been added to the group")
fmt.Println("the users have been added to the group")
return nil
}
2 changes: 1 addition & 1 deletion internal/cmd/company/iam/group/remove_member.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ func removeMemberFromGroup(ctx context.Context, client *client.APIClient, compan
return err
}

fmt.Println("the users has been removed from the group")
fmt.Println("the users have been removed from the group")
return nil
}

0 comments on commit c2fcbbb

Please sign in to comment.