Skip to content

Commit 5efb27b

Browse files
authored
Fix typo in client example
1 parent 92646a5 commit 5efb27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ func ExampleClient_delete() {
230230
_ = c.Delete(context.Background(), u)
231231
}
232232

233-
// This example shows how to use the client with typed and unstrucurted objects to delete collections of objects.
233+
// This example shows how to use the client with typed and unstructured objects to delete collections of objects.
234234
func ExampleClient_deleteAllOf() {
235235
// Using a typed object.
236236
// c is a created client.

0 commit comments

Comments
 (0)