Fixed a minor typo in comment (#16412)

This commit is contained in:
Tony Xia
2021-07-23 08:34:25 -07:00
committed by GitHub
parent df5ed2c889
commit c0dd781d77
@@ -253,7 +253,7 @@ export class FirewallRuleDialog extends Modal {
this.viewModel.toSubnetIPRange = IPAddress;
}
/* Overwrite esapce key behavior */
/* Overwrite escape key behavior */
protected override onClose() {
this.cancel();
}