From f80b6c6f26f07857d323dfd45ef251527532f52f Mon Sep 17 00:00:00 2001 From: Erol Abzait Date: Fri, 10 Nov 2023 16:54:36 +0200 Subject: [PATCH] Doc: Fix typo (#609) --- doc/dataSources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dataSources.md b/doc/dataSources.md index f52add76..7efff2e4 100644 --- a/doc/dataSources.md +++ b/doc/dataSources.md @@ -131,7 +131,7 @@ appSync: dataSources: myEventBus: type: 'AMAZON_EVENTBRIDGE' - confing: + config: eventBusArn: !GetAtt MyEventBus.Arn ```