From 5cdbb35ec43f78f7e0f8339d806cad8fa446c833 Mon Sep 17 00:00:00 2001 From: veradri Date: Wed, 14 Jan 2026 13:20:14 -0800 Subject: [PATCH] Fix grammar in get-vpc-attachment example Remove duplicate article 'an' from documentation that incorrectly stated 'To get an a VPC attachment'. --- awscli/examples/networkmanager/get-vpc-attachment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/examples/networkmanager/get-vpc-attachment.rst b/awscli/examples/networkmanager/get-vpc-attachment.rst index c5d2d00b128d..7d2c20d043b6 100644 --- a/awscli/examples/networkmanager/get-vpc-attachment.rst +++ b/awscli/examples/networkmanager/get-vpc-attachment.rst @@ -1,4 +1,4 @@ -**To get an a VPC attachment** +**To get a VPC attachment** The following ``get-vpc-attachment`` example returns information about a VPC attachment. ::