Fixed a minor typo in comment (#16412)

This commit is contained in:
Tony Xia
2021-07-24 01:34:25 +10:00
committed by GitHub
parent df5ed2c889
commit c0dd781d77

View File

@@ -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();
}