diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index 2747b33cb1..1fe96646be 100644 --- a/docs/src/pages/core-concepts/astro-components.md +++ b/docs/src/pages/core-concepts/astro-components.md @@ -281,7 +281,7 @@ By default Astro does not make any assumptions on how you want scripts to be ser However if you'd like all of your scripts to be hoisted out of components and moved to the top of the page, and then later bundled together in production, you can achieve this with hoisted scripts. -A __hoisted script__ looks like this: +A **hoisted script** looks like this: ```astro