summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jasper Nykänen <nykanen@hey.com> 2021-06-15 22:29:01 +0300
committerGravatar GitHub <noreply@github.com> 2021-06-15 14:29:01 -0500
commite3ab36f9144779a6fff58974f93927d49cc46fab (patch)
tree182519156b5ebe324b8e41ce0be8a3f8386314e4
parentd14bfdc6c61d6841da6040065c8c9332efde18a5 (diff)
downloadastro-e3ab36f9144779a6fff58974f93927d49cc46fab.tar.gz
astro-e3ab36f9144779a6fff58974f93927d49cc46fab.tar.zst
astro-e3ab36f9144779a6fff58974f93927d49cc46fab.zip
Fix typo (#441)
Diffstat (limited to '')
-rw-r--r--docs/publishing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/publishing.md b/docs/publishing.md
index 59aebf750..ed5b6a800 100644
--- a/docs/publishing.md
+++ b/docs/publishing.md
@@ -4,7 +4,7 @@ Astro is able to use components from most popular frameworks such as React, Vue,
Every framework recommends different methods for publishing components, this document talks about how we suggest you publish Astro components to [npm](https://www.npmjs.com/).
-## Astro component uses cases
+## Astro component use cases
Astro components are server-only and provide a lightweight HTML-like syntax.