From a146cf1012483b030a8146fb3035801f3c0c9099 Mon Sep 17 00:00:00 2001 From: Viktor Szépe Date: Wed, 1 May 2024 07:56:38 +0200 Subject: Fix typos (#10923) --- packages/integrations/markdoc/test/render-html.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/integrations/markdoc/test/render-html.test.js') diff --git a/packages/integrations/markdoc/test/render-html.test.js b/packages/integrations/markdoc/test/render-html.test.js index 4780444bf..320c5b509 100644 --- a/packages/integrations/markdoc/test/render-html.test.js +++ b/packages/integrations/markdoc/test/render-html.test.js @@ -210,7 +210,7 @@ function renderHTMLWithinPartialChecks(html) { } /** - * Asserts that the rendered HTML tags with interleaved Markdoc tags (both block and inline) rendered in the expected nested graph of elemements + * Asserts that the rendered HTML tags with interleaved Markdoc tags (both block and inline) rendered in the expected nested graph of elements * * @param {string} html */ function renderComponentsHTMLChecks(html) { -- cgit v1.2.3