Skip to content

Commit dcb70d5

Browse files
committed
docs(core): fix docs for Stack.account property
1 parent 4d9a0c2 commit dcb70d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/aws-cdk-lib/core/lib/stack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ export class Stack extends Construct implements ITaggable {
297297
* check that it is a concrete value an not an unresolved token. If this
298298
* value is an unresolved token (`Token.isUnresolved(stack.account)` returns
299299
* `true`), this implies that the user wishes that this stack will synthesize
300-
* into a **account-agnostic template**. In this case, your code should either
300+
* into an **account-agnostic template**. In this case, your code should either
301301
* fail (throw an error, emit a synth error using `Annotations.of(construct).addError()`) or
302-
* implement some other region-agnostic behavior.
302+
* implement some other account-agnostic behavior.
303303
*/
304304
public readonly account: string;
305305

0 commit comments

Comments
 (0)