Skip to content

Commit

Permalink
Merge pull request #2324 from jonas/patch-2
Browse files Browse the repository at this point in the history
📖 Fix typo in client example
  • Loading branch information
k8s-ci-robot committed May 13, 2023
2 parents 92646a5 + 5efb27b commit af986b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func ExampleClient_delete() {
_ = c.Delete(context.Background(), u)
}

// This example shows how to use the client with typed and unstrucurted objects to delete collections of objects.
// This example shows how to use the client with typed and unstructured objects to delete collections of objects.
func ExampleClient_deleteAllOf() {
// Using a typed object.
// c is a created client.
Expand Down

0 comments on commit af986b8

Please sign in to comment.