Skip to content

Commit dc41383

Browse files
authored
Gramma fix for change-pv-reclaim-policy.md
Changing `is` to `will` here makes more grammatical sense.
1 parent 38a9e33 commit dc41383

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)