Skip to content

Commit e5b34d3

Browse files
authored
Merge pull request #38410 from mmralser/patch-1
Update leases.md
2 parents 57bb39b + f6ddeb6 commit e5b34d3

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/leases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 30
66

77
<!-- overview -->
88

9-
Distrbuted systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
9+
Distributed systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
1010
In Kubernetes, the "lease" concept is represented by `Lease` objects in the `coordination.k8s.io` API group, which are used for system-critical
1111
capabilities like node heart beats and component-level leader election.
1212

0 commit comments

Comments
 (0)