Skip to content

Commit 969706c

Browse files
authored
Merge pull request #27371 from rosespecs/patch-1
Gramma fix for change-pv-reclaim-policy.md
2 parents fd3422a + dc41383 commit 969706c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/change-pv-reclaim-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ volume is automatically deleted when a user deletes the corresponding
2626
PersistentVolumeClaim. This automatic behavior might be inappropriate if the volume
2727
contains precious data. In that case, it is more appropriate to use the "Retain"
2828
policy. With the "Retain" policy, if a user deletes a PersistentVolumeClaim,
29-
the corresponding PersistentVolume is not be deleted. Instead, it is moved to the
29+
the corresponding PersistentVolume will not be deleted. Instead, it is moved to the
3030
Released phase, where all of its data can be manually recovered.
3131

3232
## Changing the reclaim policy of a PersistentVolume

0 commit comments

Comments
 (0)