Skip to content

Commit f20e3e5

Browse files
committed
Fix typo
Signed-off-by: Daniel Lohse <info@asapdesign.de>
1 parent 1f3b765 commit f20e3e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reconcilers/resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ type ResourceReconciler[Type client.Object] struct {
117117
AfterReconcile func(ctx context.Context, req Request, res Result, err error) (Result, error)
118118

119119
// SkipResource shortcuts the reconciler for the specific request. While the context and logger
120-
// are initialized, no work is preformed. The request is removed from the workqueue.
120+
// are initialized, no work is performed. The request is removed from the workqueue.
121121
//
122122
// +optional
123123
SkipRequest func(ctx context.Context, req Request) bool

0 commit comments

Comments
 (0)