From bbfc9808f74112fa238000dec86be5edd6fcdaf1 Mon Sep 17 00:00:00 2001 From: Nathan Muggli Date: Thu, 2 Nov 2023 14:49:17 -0600 Subject: [PATCH] Update api-samples/printing/README.md Co-authored-by: Oliver Dunk --- api-samples/printing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-samples/printing/README.md b/api-samples/printing/README.md index 1f477b8163..f9f562dfa6 100644 --- a/api-samples/printing/README.md +++ b/api-samples/printing/README.md @@ -8,7 +8,7 @@ The `chrome.printing` namespace only works on ChromeOS. The sample demonstrates Calling `submitJob()` triggers a dialog box asking the user to confirm printing. Use the [`PrintingAPIExtensionsAllowlist`](https://chromeenterprise.google/policies/#PrintingAPIExtensionsAllowlist") policy to bypass confirmation. -If the `'Roll Printers` checkbox is selected, only printers capable of roll printing will appear in the table. In this case, a separate test file is printed and the height of the media can be variable. +If the `'Roll Printers'` checkbox is selected, only printers capable of roll printing will appear in the table. In this case, a separate test file is printed and the height of the media can be variable. ## Implementation Notes