Skip to content

Commit

Permalink
Update packages/apidom-ns-workflows-1/src/elements/Reference.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Nov 24, 2023
1 parent 2d5cf54 commit 2a97925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apidom-ns-workflows-1/src/elements/Reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Reference extends ObjectElement {
constructor(content?: Record<string, unknown>, 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 {
Expand Down

0 comments on commit 2a97925

Please sign in to comment.