Skip to content

Commit

Permalink
[docs] config-reference typo (#9094)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Nov 14, 2023
1 parent 9294c75 commit 554017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ export interface AstroUserConfig {
* The following example configures your content fallback strategy to redirect unavailable pages in `/pt-br/` to their `es` version, and unavailable pages in `/fr/` to their `en` version. Unavailable `/es/` pages will return a 404.
*
* ```js
* export defualt defineConfig({
* export default defineConfig({
* experimental: {
* i18n: {
* defaultLocale: "en",
Expand Down

0 comments on commit 554017b

Please sign in to comment.