Skip to content

docs: fix typos in config and connector messages#448

Open
hazelmayank wants to merge 1 commit into
microcks:masterfrom
hazelmayank:docs/fix-typos-cinteracting-undifined
Open

docs: fix typos in config and connector messages#448
hazelmayank wants to merge 1 commit into
microcks:masterfrom
hazelmayank:docs/fix-typos-cinteracting-undifined

Conversation

@hazelmayank
Copy link
Copy Markdown
Contributor

Description

This PR fixes two small typos in user-facing/project text.

Changes

  1. Fixed typo in pkg/connectors/keycloak_client.go
- cinteracting
+ interacting
  1. Fixed typo in pkg/config/localconfig.go
- Auth for '%s' is undifined
+ Auth for '%s' is undefined

Why

  • Improves readability and professionalism of user-facing messages.
  • Removes confusing wording in authentication error output.
  • No behavioral or functional changes.

Type of change

  • Documentation / text cleanup
  • Non-breaking change

Verification

grep -RIn "cinteracting\|undifined" pkg
go test ./...

Confirmed both typos are removed and tests continue to pass.

Signed-off-by: hazelmayank <mayankjeefinal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant