From 5cc7947a587307afdaa2ad6d32bee81b7d39b5a8 Mon Sep 17 00:00:00 2001 From: matthewp Date: Fri, 27 Aug 2021 14:13:41 +0000 Subject: [ci] yarn format --- docs/src/pages/core-concepts/astro-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/pages/core-concepts/astro-components.md b/docs/src/pages/core-concepts/astro-components.md index 2747b33cb..1fe96646b 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