diff options
author | 2022-06-23 21:24:43 -0400 | |
---|---|---|
committer | 2022-06-23 20:24:43 -0500 | |
commit | fd0a24c424dfdfbedc66852b0a3e35d908ab0da4 (patch) | |
tree | 039800001f874db653748a788c5f3547e000f8b9 | |
parent | 3dc22a244372e0a759c4517a3968ea4a4169c3d0 (diff) | |
download | astro-fd0a24c424dfdfbedc66852b0a3e35d908ab0da4.tar.gz astro-fd0a24c424dfdfbedc66852b0a3e35d908ab0da4.tar.zst astro-fd0a24c424dfdfbedc66852b0a3e35d908ab0da4.zip |
fix run-on sentence (#3699)
-rw-r--r-- | packages/astro/src/core/logger/core.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/core/logger/core.ts b/packages/astro/src/core/logger/core.ts index 9e4da4b8e..062962086 100644 --- a/packages/astro/src/core/logger/core.ts +++ b/packages/astro/src/core/logger/core.ts @@ -137,7 +137,7 @@ export function warnIfUsingExperimentalSSR(opts: LogOptions, config: AstroConfig opts, 'warning', bold(`Warning:`), - `SSR support is still experimental and subject to API changes. If using in production pin your dependencies to prevent accidental breakage.` + `SSR support is still experimental and subject to API changes. If using in production, pin your dependencies to prevent accidental breakage.` ); } } |