From c61ff2ec7c177e91c2ac9bbb182901d6cb7578ac Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 10 Sep 2024 11:42:47 -0700 Subject: [PATCH] Minor typo in the vsphere MQL docs (#4651) Fix a typo that shows up in the docs Signed-off-by: Tim Smith --- providers/vsphere/resources/vsphere.lr.manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/vsphere/resources/vsphere.lr.manifest.yaml b/providers/vsphere/resources/vsphere.lr.manifest.yaml index 006a450397..ca58d786bc 100644 --- a/providers/vsphere/resources/vsphere.lr.manifest.yaml +++ b/providers/vsphere/resources/vsphere.lr.manifest.yaml @@ -16,7 +16,7 @@ resources: esxi: docs: desc: | - The `esxi.host` and `esxi.vm` resource is deprecated. Please use `vsphere.host` and `vsphere.vm` instead. + The `esxi.host` and `esxi.vm` resources are deprecated. Please use `vsphere.host` and `vsphere.vm` instead. fields: host: {} vm: {}