summaryrefslogtreecommitdiff
path: root/docs/src/pages/getting-started.md
diff options
context:
space:
mode:
authorGravatar mundry <1453314+mundry@users.noreply.github.com> 2021-07-17 21:46:51 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-17 15:46:51 -0400
commitf74112798b71e3a6fb8531190f721ba2db07888a (patch)
tree2570a05d675dcbd36c9d2c2d94db4ef77da42f45 /docs/src/pages/getting-started.md
parent234b175a196345454bf33841572dc120d3581f45 (diff)
downloadastro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.gz
astro-f74112798b71e3a6fb8531190f721ba2db07888a.tar.zst
astro-f74112798b71e3a6fb8531190f721ba2db07888a.zip
Fix typos in the documentation. (#731)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/getting-started.md')
-rw-r--r--docs/src/pages/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md
index b08253ad6..ab83fc5db 100644
--- a/docs/src/pages/getting-started.md
+++ b/docs/src/pages/getting-started.md
@@ -30,7 +30,7 @@ Like any unfamiliar technology, Astro does have a learning curve. With practice
When you begin to learn Astro, you'll see many files using the `.astro` file extension. This is the **Astro component syntax**: a special HTML-like file format that Astro uses for templating. It was designed to feel familiar to anyone with HTML or JSX experience.
-Our guide on [Astro components](/core-concepts/astro-components) walks you through the new syntax, and is best way to learn.
+Our guide on [Astro components](/core-concepts/astro-components) walks you through the new syntax, and is the best way to learn.
### API Reference