chore: fix typos in 'spec/' folder (and one in 'lib/' folder) (#43374)
This commit is contained in:
parent
4ae43dcb3b
commit
ae0c8881c3
6 changed files with 10 additions and 10 deletions
|
@ -303,7 +303,7 @@ describe('webContents.setWindowOpenHandler', () => {
|
|||
expect(childWindow.title).to.equal(browserWindowTitle);
|
||||
});
|
||||
|
||||
it('spawns browser window with overriden options', async () => {
|
||||
it('spawns browser window with overridden options', async () => {
|
||||
const childWindow = await new Promise<Electron.BrowserWindow>(resolve => {
|
||||
browserWindow.webContents.setWindowOpenHandler(() => {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue