Skip to content

Commit f035121

Browse files
authored
📖 fix docs: typo in OpenAPI (#1957)
* fix docs: typo in OpenAPI There was a typo in docs of `pkg/client/fake/doc.go`: s/OpeanAPI/OpenAPI/ * Update pkg/client/fake/doc.go
1 parent 88234a8 commit f035121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/fake/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WARNING: ⚠️ Current Limitations / Known Issues with the fake Client ⚠️
3131
- This client does not have a way to inject specific errors to test handled vs. unhandled errors.
3232
- There is some support for sub resources which can cause issues with tests if you're trying to update
3333
e.g. metadata and status in the same reconcile.
34-
- No OpeanAPI validation is performed when creating or updating objects.
34+
- No OpenAPI validation is performed when creating or updating objects.
3535
- ObjectMeta's `Generation` and `ResourceVersion` don't behave properly, Patch or Update
3636
operations that rely on these fields will fail, or give false positives.
3737

0 commit comments

Comments
 (0)