From 03c2d6f435a4768e4eaac65dd8ea33dfebc284f0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 15 May 2017 09:40:00 -0700 Subject: [PATCH] Make chrome instructions a list item --- docs/tutorial/debugging-main-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/debugging-main-process.md b/docs/tutorial/debugging-main-process.md index 94d7b0e18f..a30760671d 100644 --- a/docs/tutorial/debugging-main-process.md +++ b/docs/tutorial/debugging-main-process.md @@ -27,7 +27,7 @@ Like `--inspector` but pauses execution on the first line of JavaScript. ## External Debuggers You will need to use a debugger that supports the V8 inspector protocol. -You can use Chrome to connect a debugger by visiting `chrome://inspect` -and selecting to inspect the launched Electron app present there. +- Connect Chrome by visiting `chrome://inspect` and selecting to inspect the + launched Electron app present there. - [Debugging the Main Process in VSCode](debugging-main-process-vscode.md)