Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 5f16ab8

Browse files
authored
Merge pull request #354 from secrethub/feature/change-article
Change article form from `an user` to `a user`
2 parents c7e46d5 + c8f9e38 commit 5f16ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/acl_set.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func NewACLSetCommand(io ui.IO, newClient newClientFunc) *ACLSetCommand {
3030
// Register adds a CommandClause and it's args and flags to a Registerer.
3131
// Register adds args and flags.
3232
func (cmd *ACLSetCommand) Register(r command.Registerer) {
33-
clause := r.Command("set", "Set access rule for an user or service on a path.")
33+
clause := r.Command("set", "Set access rule for a user or service on a path.")
3434
clause.Arg("dir-path", "The path of the directory to set the access rule for").Required().PlaceHolder(optionalDirPathPlaceHolder).SetValue(&cmd.path)
3535
clause.Arg("account-name", "The account name (username or service name) to set the access rule for").Required().SetValue(&cmd.accountName)
3636
clause.Arg("permission", "The permission to set in the access rule.").Required().SetValue(&cmd.permission)

0 commit comments

Comments
 (0)