Skip to content

Commit

Permalink
Fix: fix typo in 02-svelte-store.md (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-goto authored Jul 22, 2024
1 parent d4ecd17 commit 66e2301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-runtime/02-svelte-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ unsubscribe(); // logs 'no more subscribers'

> EXPORT_SNIPPET: svelte/store#readable
「外側」から値を設定できないストアを作成します。`readable` の第1引数はストアの初期値で、の第2引数は `writable` の第2引数と同じです。
「外側」から値を設定できないストアを作成します。`readable` の第1引数はストアの初期値で、第2引数は `writable` の第2引数と同じです。

```ts
import { readable } from 'svelte/store';
Expand Down

0 comments on commit 66e2301

Please sign in to comment.