From 9a7f2589d1f7b9e981d577eb2a82dd1550cb6176 Mon Sep 17 00:00:00 2001 From: Alex Casalboni Date: Mon, 13 Aug 2018 10:02:44 +0200 Subject: [PATCH] Minor typo (docs) --- docs/src/cloudformation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cloudformation.rst b/docs/src/cloudformation.rst index 72f0b8e370914..e037640b6af05 100644 --- a/docs/src/cloudformation.rst +++ b/docs/src/cloudformation.rst @@ -28,7 +28,7 @@ other resources, depending on what bucket APIs are used). .. important:: - Generally, when building CDK apps, you shouldn't need to interact + Generally, when building CDK apps, you shouldn't need to interact with CloudFormation directly. However, there might be advanced use cases and migration scenarios where this might be required. We are also aware that there might be gaps in capabilities in the AWS Construct Library over time.