Skip to content

Commit 821e05d

Browse files
committed
1 parent 37569d1 commit 821e05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/telemetry/test/electron-browser/commonProperties.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ suite('Telemetry - common properties', function () {
7070
assert.ok(!('common.source' in props_1));
7171
});
7272

73-
test('lastSessionDate when aviablale', async function () {
73+
test('lastSessionDate when available', async function () {
7474

7575
testStorageService.store('telemetry.lastSessionDate', new Date().toUTCString(), StorageScope.GLOBAL, StorageTarget.MACHINE);
7676

0 commit comments

Comments
 (0)