diff options
author | 2023-12-15 17:24:51 +0000 | |
---|---|---|
committer | 2023-12-15 17:24:51 +0000 | |
commit | 3cf7fe4bd722fd9f04f392a9164fb4b24f35fddc (patch) | |
tree | 50fd4f75c7e15b68bbb9ed160595a4d1bd9dea3a | |
parent | c01cc4e3409ae3cf81db7384bf8e53424f21bb5c (diff) | |
download | astro-3cf7fe4bd722fd9f04f392a9164fb4b24f35fddc.tar.gz astro-3cf7fe4bd722fd9f04f392a9164fb4b24f35fddc.tar.zst astro-3cf7fe4bd722fd9f04f392a9164fb4b24f35fddc.zip |
[ci] format
-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 = () => |