From 55d3759203aebad0f40853a712f3600f3b73ca6b Mon Sep 17 00:00:00 2001 From: rddimon Date: Fri, 19 Jan 2024 17:06:08 +0200 Subject: [PATCH] fix doc string --- src/aws/ec2-wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aws/ec2-wrapper.ts b/src/aws/ec2-wrapper.ts index 793e5c7..ddabe10 100644 --- a/src/aws/ec2-wrapper.ts +++ b/src/aws/ec2-wrapper.ts @@ -20,7 +20,7 @@ export class EC2Wrapper { } /** - * Returns the promise that contains the vpc-id + * Returns the promise that contains the vpc list * @returns {Promise.} */ public async getVpcs (): Promise {