Skip to content

Commit

Permalink
Update api-samples/printing/printers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Dunk <[email protected]>
  • Loading branch information
nmuggli and oliverdunk authored Nov 2, 2023
1 parent bbfc980 commit 6263331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-samples/printing/printers.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function addCell(parent) {
}

function supportsRollPrinting(printerInfo) {
// If any of the media size optionis support continuous feed, return true.
// If any of the media size options support continuous feed, return true.
const newOptions = printerInfo.capabilities.printer.media_size.option.filter(
(option) => option.is_continuous_feed);
if (newOptions.length > 0) {
Expand Down

0 comments on commit 6263331

Please sign in to comment.