Skip to content

Commit

Permalink
doc(cx-api): fix docs in AssemblyBuildOptions (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel authored and RomainMuller committed Jun 20, 2019
1 parent c1c43bf commit 6244ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cx-api/lib/cloud-assembly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ export class CloudAssemblyBuilder {

export interface AssemblyBuildOptions {
/**
* Include runtime information (module versions) in manifest.
* @default true
* Include the specified runtime information (module versions) in manifest.
* @default - if this option is not specified, runtime info will not be included
*/
readonly runtimeInfo?: RuntimeInfo;
}
Expand Down

0 comments on commit 6244ddd

Please sign in to comment.