We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ecd17 commit 66e2301Copy full SHA for 66e2301
documentation/docs/03-runtime/02-svelte-store.md
@@ -59,7 +59,7 @@ unsubscribe(); // logs 'no more subscribers'
59
60
> EXPORT_SNIPPET: svelte/store#readable
61
62
-「外側」から値を設定できないストアを作成します。`readable` の第1引数はストアの初期値で、の第2引数は `writable` の第2引数と同じです。
+「外側」から値を設定できないストアを作成します。`readable` の第1引数はストアの初期値で、第2引数は `writable` の第2引数と同じです。
63
64
```ts
65
import { readable } from 'svelte/store';
0 commit comments