Skip to content

Commit 26719b9

Browse files
mloskotTim Bannister
andcommitted
Tweak read/write wording
Co-authored-by: Tim Bannister <[email protected]>
1 parent b40df0d commit 26719b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ The access modes are:
632632

633633
`ReadWriteOnce`
634634
: the volume can be mounted as read-write by a single node. ReadWriteOnce access
635-
mode still can allow multiple pods to access, read or write, the volume when the pods are
635+
mode still can allow multiple pods to access (read from or write to) that volume when the pods are
636636
running on the same node. For single pod access, please see ReadWriteOncePod.
637637

638638
`ReadOnlyMany`

0 commit comments

Comments
 (0)