Skip to content

Commit bdb4e43

Browse files
committed
Fix typo in test suite titles
1 parent 08edb1f commit bdb4e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass/src/main/auto-update-manager.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('CompassAutoUpdateManager', function () {
191191
sandbox.stub(autoUpdater);
192192
});
193193

194-
describe('when electron does not support plaform updates', function () {
194+
describe('when electron does not support platform updates', function () {
195195
before(function () {
196196
if (supportsAutoupdates) {
197197
// eslint-disable-next-line no-console
@@ -233,7 +233,7 @@ describe('CompassAutoUpdateManager', function () {
233233
});
234234
});
235235

236-
describe('when electron supports plaform updates', function () {
236+
describe('when electron supports platform updates', function () {
237237
before(function () {
238238
if (!supportsAutoupdates) {
239239
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)