Skip to content

Commit 360d61c

Browse files
authored
docs(stepfunctions): Fix typo Langauge => Language (#24010)
Hi team, Please have a look at this minor fix for a typo. Thanks ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent c134c3f commit 360d61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-stepfunctions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ It's possible that the high-level constructs for the states or `stepfunctions-ta
460460
the states or service integrations you are looking for. The primary reasons for this lack of
461461
functionality are:
462462

463-
* A [service integration](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-service-integrations.html) is available through Amazon States Langauge, but not available as construct
463+
* A [service integration](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-service-integrations.html) is available through Amazon States Language, but not available as construct
464464
classes in the CDK.
465465
* The state or state properties are available through Step Functions, but are not configurable
466466
through constructs

0 commit comments

Comments
 (0)