From acffc713e09559955d9f9f33d1d7e3bfde3d64fc Mon Sep 17 00:00:00 2001 From: Petr Felzmann Date: Mon, 17 Aug 2015 10:52:10 +0200 Subject: [PATCH] Fix formatting of print and printToPDF methods --- docs/api/web-view-tag.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 07d84324dd4..f8490b624c7 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -315,11 +315,11 @@ Executes editing command `replace` in page. Executes editing command `replaceMisspelling` in page. -### `.print([options])` +### ``.print([options]) Prints webview's web page. Same with `webContents.print([options])`. -### `.printToPDF(options, callback)` +### ``.printToPDF(options, callback) Prints webview's web page as PDF, Same with `webContents.printToPDF(options, callback)`