diff options
-rw-r--r-- | packages/create-astro/src/messages.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/messages.ts b/packages/create-astro/src/messages.ts index 6e2bcb956..31032fbab 100644 --- a/packages/create-astro/src/messages.ts +++ b/packages/create-astro/src/messages.ts @@ -63,7 +63,7 @@ export const welcome = [ `Let's unwrap the magic of the web together!`, `Bells are ringing, and so are your creative ideas!`, `It's starting to look a lot like Christmas on the internet.`, - `It's time to decorate the web with your festive ideas!` + `It's time to decorate the web with your festive ideas!`, ]; export const getName = () => |