Skip to content

Commit 7dce35e

Browse files
authored
Fix a minor typo in the Reconciler docs
1 parent 18d591a commit 7dce35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconcile/reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Deleting Kubernetes objects) or external Events (GitHub Webhooks, polling extern
5252
5353
Example reconcile Logic:
5454
55-
* Reader an object and all the Pods it owns.
55+
* Read an object and all the Pods it owns.
5656
* Observe that the object spec specifies 5 replicas but actual cluster contains only 1 Pod replica.
5757
* Create 4 Pods and set their OwnerReferences to the object.
5858

0 commit comments

Comments
 (0)