From 2a97925abb9dc0e281deaca9454c2b7c8879711f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Fri, 24 Nov 2023 09:44:51 +0100 Subject: [PATCH] Update packages/apidom-ns-workflows-1/src/elements/Reference.ts --- packages/apidom-ns-workflows-1/src/elements/Reference.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apidom-ns-workflows-1/src/elements/Reference.ts b/packages/apidom-ns-workflows-1/src/elements/Reference.ts index 1d7e0b7d7b..c52195bf95 100644 --- a/packages/apidom-ns-workflows-1/src/elements/Reference.ts +++ b/packages/apidom-ns-workflows-1/src/elements/Reference.ts @@ -4,7 +4,7 @@ class Reference extends ObjectElement { constructor(content?: Record, meta?: Meta, attributes?: Attributes) { super(content, meta, attributes); this.element = 'reference'; - this.classes.push('workflowsSpec-reference'); + this.classes.push('workflows-spec-reference'); } get $ref(): StringElement | undefined {