Fix typo in ephemeral-volumes.md

pull/45334/head
Sankalp Khare 2024-02-26 00:05:09 +05:30 committed by GitHub
parent e04b0f1a2a
commit cf5a8f86dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ particular PersistentVolumeClaim and PersistentVolume.
<!-- body -->
Some application need additional storage but don't care whether that
Some applications need additional storage but don't care whether that
data is stored persistently across restarts. For example, caching
services are often limited by memory size and can move infrequently
used data into storage that is slower than memory with little impact