From a82a2485d7191acc88ba11f83bc1f5b2d05f6a5e Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 17 Jun 2016 14:01:33 -0700 Subject: [PATCH] fix debugger event headings --- docs/api/web-contents.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 220776b0584..fec4708d1c6 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1035,7 +1035,7 @@ Detaches the debugger from the `webContents`. Send given command to the debugging target. -### Event: 'detach' +#### Event: 'detach' * `event` Event * `reason` String - Reason for detaching debugger. @@ -1043,7 +1043,7 @@ Send given command to the debugging target. Emitted when debugging session is terminated. This happens either when `webContents` is closed or devtools is invoked for the attached `webContents`. -### Event: 'message' +#### Event: 'message' * `event` Event * `method` String - Method name.