From c369c8520a2eed169555a35a50ce745c08e1f9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 9 Sep 2020 18:12:32 +0200 Subject: [PATCH] fix: remove keyword tag from steps --- src/things/tour.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/things/tour.ts b/src/things/tour.ts index adbd71b4..bb77b7fa 100644 --- a/src/things/tour.ts +++ b/src/things/tour.ts @@ -29,8 +29,6 @@ export interface SCTourWithoutReferences /** * Steps of a tour - * - * @keyword */ steps: SCTourStep[];