Skip to content

Commit fc39662

Browse files
authored
Merge pull request #877 from jbowes/patch-1
📖 Fix a minor typo in the Reconciler docs
2 parents 18d591a + 7dce35e commit fc39662

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)