Skip to content

Commit d295c65

Browse files
authored
Merge pull request #28437 from amej/patch-1
#28436 Correct spelling in storage-classes.md
2 parents a0c1002 + ede15be commit d295c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ and pre-created PVs, but you'll need to look at the documentation for a specific
189189
to see its supported topology keys and examples.
190190

191191
{{< note >}}
192-
If you choose to use `waitForFirstConsumer`, do not use `nodeName` in the Pod spec
192+
If you choose to use `WaitForFirstConsumer`, do not use `nodeName` in the Pod spec
193193
to specify node affinity. If `nodeName` is used in this case, the scheduler will be bypassed and PVC will remain in `pending` state.
194194

195195
Instead, you can use node selector for hostname in this case as shown below.

0 commit comments

Comments
 (0)