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 7669ddc2..53b40092 100644 --- a/packages/hast-util-to-babel-ast/src/index.test.js +++ b/packages/hast-util-to-babel-ast/src/index.test.js @@ -77,7 +77,7 @@ describe('hast-util-to-babel-ast', () => { ) }) - it('string litterals children of tspan nodes should have decoded XML entities', () => { + it('string literals children of tspan nodes should have decoded XML entities', () => { const code = `<` expect(transform(code)).toMatchInlineSnapshot( `"{\\"<\\"};"`,