Skip to content

Commit

Permalink
docs: fix the "second-instance" event handler signature in the docs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and MarshallOfSound committed Nov 3, 2018
1 parent 1f5e0c4 commit c422011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/breaking-changes.md
Expand Up @@ -35,7 +35,7 @@ app.makeSingleInstance(function (argv, cwd) {
})
// Replace with
app.requestSingleInstanceLock()
app.on('second-instance', function (argv, cwd) {
app.on('second-instance', function (event, argv, cwd) {

})
```
Expand Down

0 comments on commit c422011

Please sign in to comment.