diff options
author | 2022-12-19 03:00:00 -0800 | |
---|---|---|
committer | 2022-12-19 12:00:00 +0100 | |
commit | 53e0c98dae1046b18eb290018274b44557e52611 (patch) | |
tree | e516b75d0dff9737c1d66c9b567fce79041b083e /examples/docs/README.md | |
parent | 4d4883e816ed1aaefac32d811ec4a78092c31a30 (diff) | |
download | astro-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.md | 4 |
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> |