summaryrefslogtreecommitdiff
path: root/examples/docs/README.md
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu> 2022-12-19 03:00:00 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-19 12:00:00 +0100
commit53e0c98dae1046b18eb290018274b44557e52611 (patch)
treee516b75d0dff9737c1d66c9b567fce79041b083e /examples/docs/README.md
parent4d4883e816ed1aaefac32d811ec4a78092c31a30 (diff)
downloadastro-53e0c98dae1046b18eb290018274b44557e52611.tar.gz
astro-53e0c98dae1046b18eb290018274b44557e52611.tar.zst
astro-53e0c98dae1046b18eb290018274b44557e52611.zip
Fix spelling mistakes found by codespell and mwic (#5627)
Diffstat (limited to 'examples/docs/README.md')
-rw-r--r--examples/docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md
index 810bdfa84..79f01419b 100644
--- a/examples/docs/README.md
+++ b/examples/docs/README.md
@@ -100,7 +100,7 @@ Note the top-level `en` key: This is needed for multi-language support. You can
### Multiple Languages support
-The Astro docs template supports multiple langauges out of the box. The default theme only shows `en` documentation, but you can enable multi-language support features by adding a second language to your project.
+The Astro docs template supports multiple languages out of the box. The default theme only shows `en` documentation, but you can enable multi-language support features by adding a second language to your project.
To add a new language to your project, you'll want to extend the current `src/pages/[lang]/...` layout:
@@ -148,7 +148,7 @@ export const SIDEBAR = {
// ...
```
-If you plan to use Spanish as the the default language, you just need to modify the redirect path in `src/pages/index.astro`:
+If you plan to use Spanish as the default language, you just need to modify the redirect path in `src/pages/index.astro`:
```diff
<script>