Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 2656973

Browse files
committed
change spelling to supertypes (single word)
1 parent b2a1d66 commit 2656973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
},
167167
{
168168
"command": "references-view.showSupertypes",
169-
"title": "Show Super Types",
169+
"title": "Show Supertypes",
170170
"category": "Types",
171171
"icon": "$(type-hierarchy-super)"
172172
},

src/types/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class TypesTreeInput implements SymbolTreeInput<TypeItem> {
1818
readonly direction: TypeHierarchyDirection,
1919
) {
2020
this.title = direction === TypeHierarchyDirection.Supertypes
21-
? 'Super Types Of'
21+
? 'Supertypes Of'
2222
: 'Subtypes Of';
2323
}
2424

0 commit comments

Comments
 (0)