Skip to content

Commit 65de90f

Browse files
authored
fix: correct typo in warning (#13837)
1 parent f48cd60 commit 65de90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/package/src/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function _create_validator(options) {
8585
[...imports].filter((i) => i.startsWith('$app/')).length === 1
8686
) {
8787
warnings.push(
88-
'Avoid usage of `$app/environment` in your code, if you want to library to work for people not using SvelteKit (only regular Svelte, for example). ' +
88+
'Avoid usage of `$app/environment` in your code, if you want the library to work for people not using SvelteKit (only regular Svelte, for example). ' +
8989
'Consider using packages like `esm-env` instead which provide cross-bundler-compatible environment variables.'
9090
);
9191
}

0 commit comments

Comments
 (0)