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 53285d9 commit 978ac41Copy full SHA for 978ac41
packages/kit/src/runtime/app/stores.js
@@ -66,7 +66,7 @@ function get_store(name) {
66
return getStores()[name];
67
} catch (e) {
68
throw new Error(
69
- `Store '${name}' is not available outside of a Svelte component on the server, as its bound to component context there. ` +
+ `Store '${name}' is not available outside of a Svelte component on the server, as it's bound to component context there. ` +
70
'For more information, see https://kit.svelte.dev/docs/state-management#careful-with-global-state'
71
);
72
}
0 commit comments