Skip to content

Commit e475a7c

Browse files
committed
fix(ns-arazzo-1): remove arazzo class from ArazzoSpecification elemen
1 parent 5025b99 commit e475a7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/apidom-ns-arazzo-1/src/elements/ArazzoSpecification1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class ArazzoSpecification1 extends ObjectElement {
1414
super(content, meta, attributes);
1515
this.element = 'arazzoSpecification1';
1616
this.classes.push('api');
17-
this.classes.push('arazzo');
1817
}
1918

2019
get arazzo(): ArazzoElement | undefined {

0 commit comments

Comments
 (0)