Skip to content

Commit 5c8f26e

Browse files
committed
Fix a typo
1 parent f965b5f commit 5c8f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ higher-level abstraction, called a
4545
managing the relatively disposable Pod instances.
4646

4747
A given Pod (as defined by a UID) is never "rescheduled" to a different node; instead,
48-
that Pod can be replaced by a new, near-identical Pod, with even the same name i
48+
that Pod can be replaced by a new, near-identical Pod, with even the same name if
4949
desired, but with a different UID.
5050

5151
When something is said to have the same lifetime as a Pod, such as a

0 commit comments

Comments
 (0)