From b14ceb1790e82ea231e32f2b8f7b4d8ae7b60da7 Mon Sep 17 00:00:00 2001 From: reese Date: Tue, 3 Mar 2020 10:58:49 +0900 Subject: [PATCH] Fix a spell miss of AWS adapter intro documentation --- docs/src/main/asciidoc/adapters/aws-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/adapters/aws-intro.adoc b/docs/src/main/asciidoc/adapters/aws-intro.adoc index a5e308037..cc20ebf51 100644 --- a/docs/src/main/asciidoc/adapters/aws-intro.adoc +++ b/docs/src/main/asciidoc/adapters/aws-intro.adoc @@ -60,7 +60,7 @@ to use. The next section will explain you how you can accomplish just that. The adapter has a couple of generic request handlers that you can use. The most generic is (and the one we used in the Getting Started section) is `org.springframework.cloud.function.adapter.aws.FunctionInvoke` which is the implementation of AWS's `RequestStreamHandler`. -User doesn't need to do anything other then specify it as 'handler' on AWS dashborad when deplioyimng function. +User doesn't need to do anything other then specify it as 'handler' on AWS dashborad when deploying function. It will handle most of the case including Kinesis, streaming etc. .