Skip to content

Commit

Permalink
website: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Oct 29, 2023
1 parent 0fac435 commit f7ba617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/release-025.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default function ({ username }) {
```

In this case, since the default export exposes a function that returns a state
variable, you just use it as (without prefixing it with `$` as with Svelte).
variable, you just use it as is (without prefixing it with `$` as with Svelte).

Again, to switch between locales, use the `locale` named export and call
`locale.set` with the new locale.
Expand Down

0 comments on commit f7ba617

Please sign in to comment.