summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-08-27 14:13:41 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-08-27 14:13:41 +0000
commit5cc7947a587307afdaa2ad6d32bee81b7d39b5a8 (patch)
tree1f03d114a7584b83a5a27ef4f1ac884ab4cfbb52 /docs/src
parent788c769d78874e0315b9981eb16fbb3fbfb070e5 (diff)
downloadastro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.tar.gz
astro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.tar.zst
astro-5cc7947a587307afdaa2ad6d32bee81b7d39b5a8.zip
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/core-concepts/astro-components.md2
1 files changed, 1 insertions, 1 deletions
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
<script hoist>