File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/aws-cdk-lib/core/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments