Skip to content

Commit 2426314

Browse files
Update components/intelliprint/actions/create-a-print-job/create-a-print-job.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent c7a8420 commit 2426314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/intelliprint/actions/create-a-print-job/create-a-print-job.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
doubleSidedSpecificPages: {
7979
type: "string",
8080
label: "Double Sided Specific Pages",
81-
description: "The array of pages to print double sided. Only used when printing.double_sided is set to `mixed`. Example: **[[1, 3], [6, 7]]**.",
81+
description: "The array of pages to print double sided. Only used when **Double Sided** is set to `mixed`. Example: **[[1, 3], [6, 7]]**.",
8282
optional: true,
8383
},
8484
premiumQuality: {

0 commit comments

Comments
 (0)