Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Dec 12, 2023
1 parent 23f7979 commit 2c4c747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ The `apply` subcommand can make changes, but under the following conditions:
The `reset-offsets` command can also make changes in the cluster and should be used carefully.

The `create` command can be used to create new resources in the cluster. It cannot be used with
mutuable resources.
mutable resources.

### Idempotency

Expand Down
4 changes: 2 additions & 2 deletions pkg/create/acl.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (a *ACLCreator) Create(ctx context.Context) error {
return err
}

log.Info("Checking if ACLs already exists...")
log.Info("Checking if ACLs already exist...")

acls := a.aclConfig.ToNewACLEntries()

Expand Down Expand Up @@ -110,7 +110,7 @@ func (a *ACLCreator) Create(ctx context.Context) error {
}

log.Infof(
"It looks like these ACLs doesn't already exists. Will create them with this config:\n%s",
"It looks like these ACLs don't already exist. Will create them with this config:\n%s",
formatNewACLsConfig(newACLs),
)

Expand Down

0 comments on commit 2c4c747

Please sign in to comment.