From 5354e804d00cc92498f36e0de773a39fa795d25f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 11 May 2018 13:27:35 -0500 Subject: [PATCH] Fix oops: remove duplicate doc from last commit --- docs/api/app.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/api/app.md b/docs/api/app.md index f69fcd329716..1a240bae6fc9 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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()` Returns `Boolean`