Skip to content

Commit 978ac41

Browse files
dummdidummtomecko
andauthored
Update packages/kit/src/runtime/app/stores.js
Co-authored-by: Tomasz Olędzki <[email protected]>
1 parent 53285d9 commit 978ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/runtime/app/stores.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function get_store(name) {
6666
return getStores()[name];
6767
} catch (e) {
6868
throw new Error(
69-
`Store '${name}' is not available outside of a Svelte component on the server, as its bound to component context there. ` +
69+
`Store '${name}' is not available outside of a Svelte component on the server, as it's bound to component context there. ` +
7070
'For more information, see https://kit.svelte.dev/docs/state-management#careful-with-global-state'
7171
);
7272
}

0 commit comments

Comments
 (0)