diff --git a/source/sdk/js/README.md b/source/sdk/js/README.md index 500acd2e..3cbb151a 100644 --- a/source/sdk/js/README.md +++ b/source/sdk/js/README.md @@ -142,7 +142,7 @@ const ec2InstanceIds = await getResourceIds({resourceTypes: ['AWS::EC2::Instance const dbInstanceIds = await getResourceIds({resourceTypes: ['AWS::RDS::DBInstance']}); -// Operations createed with sendQuery that have no arguments must be provided with an empty parameters object +// Operations created with sendQuery that have no arguments must be provided with an empty parameters object const allIds = await getResourceIds({}); ```