Fix mispelled file name (#21762)

This commit is contained in:
Charles Gagnon
2023-01-27 15:42:16 -08:00
committed by GitHub
parent d8c54ccd56
commit e1e2227f2f
18 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ import * as styles from '../../constants/styles';
import * as constants from '../../constants/strings';
import * as utils from '../../api/utils';
import { SqlMigrationService } from '../../api/azure';
import { logError, TelemetryViews } from '../../telemtery';
import { logError, TelemetryViews } from '../../telemetry';
import { ServiceContextChangeEvent } from '../../dashboard/tabBase';
const CONTROL_MARGIN = '20px';