We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92646a5 + 5efb27b commit af986b8Copy full SHA for af986b8
pkg/client/example_test.go
@@ -230,7 +230,7 @@ func ExampleClient_delete() {
230
_ = c.Delete(context.Background(), u)
231
}
232
233
-// 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.
234
func ExampleClient_deleteAllOf() {
235
// Using a typed object.
236
// c is a created client.
0 commit comments