We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62c5fe commit 8e5d204Copy full SHA for 8e5d204
workspaces/config/test/index.js
@@ -433,7 +433,7 @@ loglevel = yolo
433
'should return false for a builtin-defined value')
434
435
// make sure isDefault still works as intended after
436
- // setting and deleting values in differente sources
+ // setting and deleting values in different sources
437
config.set('methane', 'H2O', 'cli')
438
t.notOk(config.isDefault('methane'),
439
'should no longer return true now that a cli value was defined')
0 commit comments