diff --git a/README.md b/README.md index 2bd7288a..dabfeac9 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ When you go to configure your Lambda Wrapper, you can now include your dependenc ```ts lambdaWrapper.configure({ sqs: { - queues: 42 // Oops! This will be flaggeed as a type error by TypeScript + queues: 42 // Oops! This will be flagged as a type error by TypeScript }, }); ```