diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 313d820d13f3..b192615ee90a 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1843,7 +1843,7 @@ A [`WebContents`](web-contents.md) instance that might own this `WebContents`. #### `contents.devToolsWebContents` _Readonly_ -A `WebContents` of DevTools for this `WebContents`. +A `WebContents | null` property that represents the of DevTools `WebContents` associated with a given `WebContents`. **Note:** Users should never store this object because it may become `null` when the DevTools has been closed.