diff --git a/packages/hast-util-to-babel-ast/src/index.test.js b/packages/hast-util-to-babel-ast/src/index.test.js index 6d610177..7669ddc2 100644 --- a/packages/hast-util-to-babel-ast/src/index.test.js +++ b/packages/hast-util-to-babel-ast/src/index.test.js @@ -70,7 +70,7 @@ describe('hast-util-to-babel-ast', () => { expect(transform(code)).toMatchSnapshot() }) - it('string litterals children of text nodes should have decoded XML entities', () => { + it('string literals children of text nodes should have decoded XML entities', () => { const code = `<` expect(transform(code)).toMatchInlineSnapshot( `"{\\"<\\"};"`,