diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 07d84324dd4b..f8490b624c73 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)`