diff --git a/test/renderHtml.js b/test/renderHtml.js
index 729a5885..67cc170c 100644
--- a/test/renderHtml.js
+++ b/test/renderHtml.js
@@ -14,7 +14,7 @@ describe('renderHtml', () => {
};
it('should reject when theme is not availlable', async () => {
- const theme = 'unkown';
+ const theme = 'unknown';
const result = renderHtml(resumeJson, theme);