Skip to content

Commit

Permalink
chore: fixed typo in all svelte configs of create-svelte (#12146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 22, 2024
1 parent d444e70 commit be33261
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -9,7 +9,7 @@ const config = {

kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
Expand Down
Expand Up @@ -9,7 +9,7 @@ const config = {

kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
Expand Down
Expand Up @@ -4,7 +4,7 @@ import adapter from '@sveltejs/adapter-auto';
const config = {
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+typescript/svelte.config.js
Expand Up @@ -9,7 +9,7 @@ const config = {

kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/-typescript/svelte.config.js
Expand Up @@ -4,7 +4,7 @@ import adapter from '@sveltejs/adapter-auto';
const config = {
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
}
Expand Down

0 comments on commit be33261

Please sign in to comment.