Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Nov 29, 2024
1 parent a8cdce9 commit c3eee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/v1/examples/get-states/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func main() {
states, err := client_v1.GetStates(ctx, baseURL, client_v1.WithComponent(componentName))
if err != nil {
if errors.Is(err, errdefs.ErrNotFound) {
log.Logger.Warnw("componentnot found", "component", componentName)
log.Logger.Warnw("component not found", "component", componentName)
return
}

Expand Down

0 comments on commit c3eee7d

Please sign in to comment.