Skip to content

Commit fd72a78

Browse files
authored
Fix syntax highlighting on pdfkit.org (#1308)
1 parent 55ed6d5 commit fd72a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const stream = doc.pipe(blobStream());
154154

155155
// add your content to the document here, as usual
156156

157-
// get a blob when you're done
157+
// get a blob when you are done
158158
doc.end();
159159
stream.on('finish', function() {
160160
// get a blob you can do whatever you like with

0 commit comments

Comments
 (0)