From efe5112a2c6ae5e70b2631711b95b04d10062812 Mon Sep 17 00:00:00 2001 From: Matthew Bramer <515152+iOnline247@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:40:00 -0400 Subject: [PATCH] docs(pipelines): typo on formatting (#16534) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- packages/@aws-cdk/pipelines/ORIGINAL_API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@aws-cdk/pipelines/ORIGINAL_API.md b/packages/@aws-cdk/pipelines/ORIGINAL_API.md index 119e0037408e8..73ac108d9c67f 100644 --- a/packages/@aws-cdk/pipelines/ORIGINAL_API.md +++ b/packages/@aws-cdk/pipelines/ORIGINAL_API.md @@ -24,7 +24,7 @@ configuration properties have been changed: | `crossAccountKeys` | new default is `false`; specify `crossAccountKeys: true` if you need cross-account deployments | | `cdkCliVersion` | `cliVersion` | | `selfMutating` | `selfMutation` | -| `vpc`, `subnetSelection` | `codeBuildDefaults.vpc`, codeBuildDefaults.subnetSelection` | +| `vpc`, `subnetSelection` | `codeBuildDefaults.vpc`, `codeBuildDefaults.subnetSelection` | | `selfMutationBuildSpec` | `selfMutationCodeBuildDefaults.partialBuildSpec` | | `assetBuildSpec` | `assetPublishingCodeBuildDefaults.partialBuildSpec` | | `assetPreinstallCommands` | use `assetPublishingCodeBuildDefaults.partialBuildSpec` instead |