We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec4452 commit 01b081bCopy full SHA for 01b081b
test/renderHtml.js
@@ -14,7 +14,7 @@ describe('renderHtml', () => {
14
};
15
16
it('should reject when theme is not availlable', async () => {
17
- const theme = 'unkown';
+ const theme = 'unknown';
18
19
const result = renderHtml(resumeJson, theme);
20
0 commit comments