From 3cfb221809ae3ca006ae4797b7cce2d9de1320d9 Mon Sep 17 00:00:00 2001 From: Deep Debroy Date: Mon, 29 Apr 2019 11:21:05 -0700 Subject: Fix Typos Signed-off-by: Deep Debroy --- contributors/design-proposals/storage/csi-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/storage/csi-migration.md b/contributors/design-proposals/storage/csi-migration.md index 327f3e8c..52b6ff16 100644 --- a/contributors/design-proposals/storage/csi-migration.md +++ b/contributors/design-proposals/storage/csi-migration.md @@ -241,7 +241,7 @@ In-line controller calls are a special case because there is no PV. In this case we will translate the in-line Volume into a PersistentVolumeSpec using plugin-specific translation logic in the CSI translation library method, `TranslateInTreeInlineVolumeToPVSpec`. The resulting PersistentVolumeSpec will -and be stored in a new field `VolumeAttachment.Spec.Source.VolumeAttachmentSource.InlineVolumeSpec`. +be stored in a new field `VolumeAttachment.Spec.Source.VolumeAttachmentSource.InlineVolumeSpec`. The plugin-specific CSI translation logic invoked by `TranslateInTreeInlineVolumeToPVSpec` will need to populate the `CSIPersistentVolumeSource` field along with appropriate -- cgit v1.2.3