Skip to content

Commit 6c8b144

Browse files
committed
Update typedefs.ts
1 parent fad59ab commit 6c8b144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typedefs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ type ObjectToCanvasElementExtraOptions = ToCanvasElementExtraOptions & {
128128
viewportTransform: boolean;
129129
/**
130130
* The context to draw the object onto.
131-
* Supports passing a pdf/svg ctx to in node.
131+
* Supports passing a pdf/svg ctx in node.
132132
* @see https://github.com/Automattic/node-canvas#createcanvas
133133
*/
134134
ctx: CanvasRenderingContext2D;

0 commit comments

Comments
 (0)