Skip to content

Commit 67cfaf3

Browse files
authored
chore: fix spelling: different (#8627)
1 parent 8e5d204 commit 67cfaf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tap-snapshots/test/lib/commands/publish.js.test.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ exports[`test/lib/commands/publish.js TAP workspaces all workspaces - some marke
402402
+ workspace-a@1.2.3-a
403403
`
404404

405-
exports[`test/lib/commands/publish.js TAP workspaces differet package spec > publish different package spec 1`] = `
405+
exports[`test/lib/commands/publish.js TAP workspaces different package spec > publish different package spec 1`] = `
406406
+ pkg@1.2.3
407407
`
408408

test/lib/commands/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ t.test('workspaces', t => {
563563
t.matchSnapshot(joinedOutput(), 'all workspaces in json')
564564
})
565565

566-
t.test('differet package spec', async t => {
566+
t.test('different package spec', async t => {
567567
const testDir = {
568568
'package.json': JSON.stringify(
569569
{

0 commit comments

Comments
 (0)