From c3d20a436dc2fa9dfdcecd802af7677ddfeda1a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:37:59 +0000 Subject: [PATCH] docs(printer): update `README.md` --- packages/printer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/printer/README.md b/packages/printer/README.md index 9909a02c..9ef9d097 100644 --- a/packages/printer/README.md +++ b/packages/printer/README.md @@ -138,7 +138,7 @@ printWebView(options?: PrintOptions | undefined) => Promise Present the printing user interface to print the web view content. -On **Web**, you can use a print style sheet to customize the print +You can use a print style sheet to customize the print output (see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing). | Param | Type |