From 40435bd7b2537ededc02886578a9dbf1c387c955 Mon Sep 17 00:00:00 2001 From: Cliff Hall Date: Thu, 11 Dec 2025 17:51:15 -0500 Subject: [PATCH] Update src/everything/everything.ts Co-authored-by: Ola Hungerford --- src/everything/everything.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/everything.ts b/src/everything/everything.ts index 269282b2..2388555f 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -747,7 +747,7 @@ export const createServer = () => { title: 'String with default', type: 'string', description: 'Favorite first line of a story', - default: 'It was a dark ant stormy night.', + default: 'It was a dark and stormy night.', }, email: { title: 'String with email format',