Correct typo in comment

This commit is contained in:
Kevin Sawicki 2016-02-03 16:22:16 -08:00
parent a0792237a0
commit 8bd07af5e5

View file

@ -70,7 +70,7 @@ app.once('ready', function() {
var BrowserWindow, chromeExtensionHandler, i, init, len, protocol, srcDirectory;
protocol = electron.protocol, BrowserWindow = electron.BrowserWindow;
// Load persistented extensions.
// Load persisted extensions.
loadedExtensionsPath = path.join(app.getPath('userData'), 'DevTools Extensions');
try {
loadedExtensions = JSON.parse(fs.readFileSync(loadedExtensionsPath));