Skip to content

Commit 47b3add

Browse files
authored
Merge pull request #27601 from gpkc/patch-1
Fixing small typo
2 parents 3ee03e4 + c1a4a50 commit 47b3add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ during application updates is configured in the spec for the specific workload r
136136

137137
When a pod is evicted using the eviction API, it is gracefully
138138
[terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination), honoring the
139-
`terminationGracePeriodSeconds` setting in its [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).)
139+
`terminationGracePeriodSeconds` setting in its [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
140140

141141
## PodDisruptionBudget example {#pdb-example}
142142

0 commit comments

Comments
 (0)