From d0dd726b2faec2bdf1ade1def28cf9de4e905c23 Mon Sep 17 00:00:00 2001 From: Thijs Boehme Date: Sun, 5 May 2024 16:48:27 +0200 Subject: [PATCH] Fix typo --- docs/modules/ROOT/pages/adapters/aws-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/adapters/aws-intro.adoc b/docs/modules/ROOT/pages/adapters/aws-intro.adoc index 6b02e176c..bac448e09 100644 --- a/docs/modules/ROOT/pages/adapters/aws-intro.adoc +++ b/docs/modules/ROOT/pages/adapters/aws-intro.adoc @@ -3,7 +3,7 @@ The https://aws.amazon.com/[AWS] adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda. -The details of how to get stared with AWS Lambda is out of scope of this document, so the expectation is that user has some familiarity with +The details of how to get started with AWS Lambda is out of scope of this document, so the expectation is that user has some familiarity with AWS and AWS Lambda and wants to learn what additional value spring provides. [[getting-started]]