From f6ddeb6ff2fca5eadb7f3f68920014925a3d9103 Mon Sep 17 00:00:00 2001 From: Maximilian Ralser <76612541+mmralser@users.noreply.github.com> Date: Mon, 12 Dec 2022 02:22:53 +0100 Subject: [PATCH] Update leases.md fix spelling mistake --- content/en/docs/concepts/architecture/leases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/leases.md b/content/en/docs/concepts/architecture/leases.md index f7fbd3906d..2eb2fdc2cb 100644 --- a/content/en/docs/concepts/architecture/leases.md +++ b/content/en/docs/concepts/architecture/leases.md @@ -6,7 +6,7 @@ weight: 30 -Distrbuted systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes. +Distributed systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes. In Kubernetes, the "lease" concept is represented by `Lease` objects in the `coordination.k8s.io` API group, which are used for system-critical capabilities like node heart beats and component-level leader election.