Skip to content

Commit cfc0752

Browse files
committed
[zh] Gramma fix for change-pv-reclaim-policy.md
1 parent 433480d commit cfc0752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ volume is automatically deleted when a user deletes the corresponding
2727
PersistentVolumeClaim. This automatic behavior might be inappropriate if the volume
2828
contains precious data. In that case, it is more appropriate to use the "Retain"
2929
policy. With the "Retain" policy, if a user deletes a PersistentVolumeClaim,
30-
the corresponding PersistentVolume is not be deleted. Instead, it is moved to the
30+
the corresponding PersistentVolume will not be deleted. Instead, it is moved to the
3131
Released phase, where all of its data can be manually recovered.
3232
-->
3333
## 为什么要更改 PersistentVolume 的回收策略

0 commit comments

Comments
 (0)