Skip to content

Commit f8ade99

Browse files
yo-gototomoam
authored andcommitted
Fix: fix typo in 02-svelte-store.md (#607)
1 parent f28ba29 commit f8ade99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-runtime/02-svelte-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unsubscribe(); // logs 'no more subscribers'
5959

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

6464
```ts
6565
import { readable } from 'svelte/store';

0 commit comments

Comments
 (0)