We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713581b commit 899bc87Copy full SHA for 899bc87
packages/@aws-cdk/cloudformation-diff/lib/diff/types.ts
@@ -516,7 +516,7 @@ export enum ResourceImpact {
516
* of property-level impacts.
517
* @param one the current worst impact so far.
518
* @param two the new impact being considered (can be undefined, as we may not always be
519
- * able to determine some peroperty's impact).
+ * able to determine some properties impact).
520
*/
521
function worstImpact(one: ResourceImpact, two?: ResourceImpact): ResourceImpact {
522
if (!two) { return one; }
0 commit comments