Skip to content

Commit 93b2c8a

Browse files
committed
temp change for testing
1 parent ccf365c commit 93b2c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/t/css-inliner-for-email/_CssInlinerForEmail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const convertCSSToInline = (
2121
preserveMediaQueries: boolean = false
2222
): string => {
2323
try {
24-
// Create a DOM parser to work with the HTML fie
24+
// Create a DOM parser to work with the HTML
2525
const parser = new DOMParser();
2626
const doc = parser.parseFromString(html, "text/html");
2727

0 commit comments

Comments
 (0)