From 486edba4b9dd98839ff31954107e4cdb0b7122ec Mon Sep 17 00:00:00 2001 From: Seb Aebischer Date: Fri, 20 Jan 2023 17:01:13 +0000 Subject: [PATCH] docs: Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, }); ```