diff --git a/docs/api/app.md b/docs/api/app.md index 9e736f0872ad..890987bac755 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -903,9 +903,9 @@ correctly. **Note:** This will not affect `process.argv`. -### `app.enableMixedSandbox()` +### `app.enableMixedSandbox()` _Experimental_ -Enables mixed sandbox mode on the app. +Enables mixed sandbox mode on the app. This method can only be called before app is ready.