diff --git a/packages/adapter-auto/index.js b/packages/adapter-auto/index.js index 751f44eec424..64bc04312afc 100644 --- a/packages/adapter-auto/index.js +++ b/packages/adapter-auto/index.js @@ -122,7 +122,7 @@ async function get_adapter() { console.log(`Successfully installed ${match.module}.`); console.warn( - `\nIf you plan on staying on this deployment platform, consider replacing @sveltejs/adapter-auto with ${match.module}. This will give you faster and more robust installs, and more control over deployment configuration.\n` + `\nIf you plan to continue deploying to ${match.name}, consider replacing @sveltejs/adapter-auto with ${match.module}. This will give you faster installs and more control over deployment configuration.\n` ); } catch (e) { throw new Error(