fix run-on sentence (#3699)
This commit is contained in:
parent
3dc22a2443
commit
fd0a24c424
1 changed files with 1 additions and 1 deletions
|
@ -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.`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue