From dbbbf8033ed786c0bf8484d9e302a8410d4f7203 Mon Sep 17 00:00:00 2001 From: Arthur Chi Date: Fri, 29 Aug 2025 16:54:15 -0700 Subject: [PATCH] fix spacing for dynamic handoff --- fern/tools/handoff.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/tools/handoff.mdx b/fern/tools/handoff.mdx index b324dc204..1beb9c85e 100644 --- a/fern/tools/handoff.mdx +++ b/fern/tools/handoff.mdx @@ -213,8 +213,8 @@ destination: { "type": "object", "properties": { "name": { - "type": "string", - "description": "Name of the customer", + "type": "string", + "description": "Name of the customer", }, }, "required": ["name"],