Skip to content

Commit

Permalink
docs(pipelines): typo on formatting (#16534)
Browse files Browse the repository at this point in the history
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
iOnline247 authored Sep 17, 2021
1 parent b449f14 commit efe5112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/pipelines/ORIGINAL_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit efe5112

Please sign in to comment.