Skip to content

Commit 09f34aa

Browse files
committed
fix typo
1 parent d9bc749 commit 09f34aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func (r *ReconcileApp) Reconcile(request reconcile.Request) (reconcile.Result, e
275275

276276
ctx := context.TODO()
277277
dep.Spec.Selector.MatchLabels["is_running"] = "true"
278-
// A marge patch will preserve other fields modified at runtime.
278+
// A merge patch will preserve other fields modified at runtime.
279279
patch := client.MergeFrom(dep)
280280
err := r.client.Patch(ctx, dep, patch)
281281

0 commit comments

Comments
 (0)