summaryrefslogtreecommitdiff
path: root/examples/docs/README.md
diff options
context:
space:
mode:
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>