fix run-on sentence (#3699)

This commit is contained in:
dperolio 2022-06-23 21:24:43 -04:00 committed by GitHub
parent 3dc22a2443
commit fd0a24c424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ export function warnIfUsingExperimentalSSR(opts: LogOptions, config: AstroConfig
opts, opts,
'warning', 'warning',
bold(`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.`
); );
} }
} }