From c6252823dfd58c2236b5d811674ebdd94a607a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Mon, 23 Sep 2024 14:58:47 +0100 Subject: [PATCH] chore: simplify experimental tag --- src/lib/openapi/spec/event-schema.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/openapi/spec/event-schema.ts b/src/lib/openapi/spec/event-schema.ts index 329bf3349386..78f8640e51c9 100644 --- a/src/lib/openapi/spec/event-schema.ts +++ b/src/lib/openapi/spec/event-schema.ts @@ -96,13 +96,13 @@ export const eventSchema = { type: 'string', nullable: true, description: - '**[Experimental]**. The concise, human-readable name of the event.', + '**[Experimental]** The concise, human-readable name of the event.', }, summary: { type: 'string', nullable: true, description: - '**[Experimental]**. A markdown-formatted summary of the event.', + '**[Experimental]** A markdown-formatted summary of the event.', }, }, components: {