Skip to content

Commit 5b4993e

Browse files
committed
fix typo
1 parent ffaaba3 commit 5b4993e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/html_to_image/actions/convert-html-to-image/convert-html-to-image.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
$,
3939
data: {
4040
html_content: this.htmlContent,
41-
css_content: this.cssContnet,
41+
css_content: this.cssContent,
4242
font: this.font,
4343
quality: this.quality,
4444
generate_img_url: true,

0 commit comments

Comments
 (0)