Skip to content

Commit 8e5d204

Browse files
authored
chore: fix spelling: different (#8626)
1 parent d62c5fe commit 8e5d204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/config/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ loglevel = yolo
433433
'should return false for a builtin-defined value')
434434

435435
// make sure isDefault still works as intended after
436-
// setting and deleting values in differente sources
436+
// setting and deleting values in different sources
437437
config.set('methane', 'H2O', 'cli')
438438
t.notOk(config.isDefault('methane'),
439439
'should no longer return true now that a cli value was defined')

0 commit comments

Comments
 (0)