Skip to content

Commit 03f1829

Browse files
authored
Merge pull request #29507 from Arhell/typo
[zh] Gramma fix for change-pv-reclaim-policy.md
2 parents c83e410 + cfc0752 commit 03f1829

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)