diff --git a/src/content/docs/en/guides/client-side-scripts.mdx b/src/content/docs/en/guides/client-side-scripts.mdx index c6a1558941104..2645b67aaffd6 100644 --- a/src/content/docs/en/guides/client-side-scripts.mdx +++ b/src/content/docs/en/guides/client-side-scripts.mdx @@ -85,7 +85,7 @@ To prevent Astro from processing a script, add the `is:inline` directive. ``` :::note -Astro will not process your script tags in some situations. In particular, adding `type="module"` or any attribute other than `src` to a ` +} +``` + Read more about [using `script` tags in Astro](/en/guides/client-side-scripts/#using-script-in-astro). ## Breaking Changes