Fix oops: remove duplicate doc from last commit

This commit is contained in:
Charles Kerr 2018-05-11 13:27:35 -05:00
parent bdae243552
commit 5354e804d0

View file

@ -818,11 +818,6 @@ app.on('ready', () => {
}) })
``` ```
### `app.releaseSingleInstance()`
Releases all locks that were created by `makeSingleInstance`. This will allow
multiple instances of the application to once again run side by side.
### `app.requestSingleInstanceLock()` ### `app.requestSingleInstanceLock()`
Returns `Boolean` Returns `Boolean`