diff options
author | 2024-05-01 07:56:38 +0200 | |
---|---|---|
committer | 2024-05-01 13:56:38 +0800 | |
commit | a146cf1012483b030a8146fb3035801f3c0c9099 (patch) | |
tree | ddececa7326f41bbcdf4e44b7205f6a43e4e8efa /packages/integrations/markdoc/test/render-html.test.js | |
parent | 1b7ed7a31a3a7a244440562a8e16aac1617c0114 (diff) | |
download | astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.gz astro-a146cf1012483b030a8146fb3035801f3c0c9099.tar.zst astro-a146cf1012483b030a8146fb3035801f3c0c9099.zip |
Fix typos (#10923)
Diffstat (limited to 'packages/integrations/markdoc/test/render-html.test.js')
-rw-r--r-- | packages/integrations/markdoc/test/render-html.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |