You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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*
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-stepfunctions/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ It's possible that the high-level constructs for the states or `stepfunctions-ta
460
460
the states or service integrations you are looking for. The primary reasons for this lack of
461
461
functionality are:
462
462
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
464
464
classes in the CDK.
465
465
* The state or state properties are available through Step Functions, but are not configurable
0 commit comments