From f0542047b85d14b016d1ecd4fa53e75609634ea6 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy Date: Fri, 7 Jan 2022 09:20:27 -0500 Subject: [PATCH] minor typo fixes Signed-off-by: Abigail McCarthy --- site/content/docs/main/csi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/main/csi.md b/site/content/docs/main/csi.md index dd2caf265..99b54119f 100644 --- a/site/content/docs/main/csi.md +++ b/site/content/docs/main/csi.md @@ -9,7 +9,7 @@ By supporting CSI snapshot APIs, Velero can support any volume provider that has The Velero Container Storage Interface (CSI) plugins are in beta. It's not recommended for use in a production environment and the `EnableCSI` feature flag is disabled by default. The Velero team plans to follow the upstream Kubernetes support level for CSI volume snapshotting, and the Velero CSI plugins will reach general availability sometime after volume snapshotting is GA in upstream Kubernetes. -**Note:** The AWS, Microsoft Azure, and Google Cloud Platform (GCP) Velero plugins version 1.4 and later are able snapshot and restore persistent volume provisioned by the CSI driver via the APIs of the cloud provider, without having to install Velero CSI plugins. +**Note:** The AWS, Microsoft Azure, and Google Cloud Platform (GCP) Velero plugins version 1.4 and later are able to snapshot and restore persistent volumes provisioned by a CSI driver via the APIs of the cloud provider, without having to install Velero CSI plugins. ## Prerequisites