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