Skip to content

Commit 01b081b

Browse files
authored
fixup! feat(theme-as-promise): allow theme to render with promise (#431)
1 parent bec4452 commit 01b081b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/renderHtml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('renderHtml', () => {
1414
};
1515

1616
it('should reject when theme is not availlable', async () => {
17-
const theme = 'unkown';
17+
const theme = 'unknown';
1818

1919
const result = renderHtml(resumeJson, theme);
2020

0 commit comments

Comments
 (0)