Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Kirkpatrick <[email protected]>
  • Loading branch information
svozza and ConnorKirk authored Mar 28, 2023
1 parent b9cf43c commit 991836b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/sdk/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({});
```

Expand Down

0 comments on commit 991836b

Please sign in to comment.