mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
Correct typos in comments
This commit is contained in:
@@ -259,7 +259,7 @@ const checkForDeprecatedOptions = function(options) {
|
||||
keysToCheck = keysToCheck.concat(Object.keys(options.webPreferences));
|
||||
}
|
||||
|
||||
// Check options for keys with hypens in them
|
||||
// Check options for keys with hyphens in them
|
||||
let deprecatedKey = keysToCheck.filter(isDeprecatedKey)[0];
|
||||
if (deprecatedKey) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user