Skip to content

Commit b9d1dad

Browse files
authored
Apply suggestions from code review
1 parent 7077448 commit b9d1dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,15 +722,15 @@ export const scopeSupportFacetInfos: Record<
722722
scopeType: { type: "interior" },
723723
},
724724
"interior.element": {
725-
description: "The interior/children of an xml element",
725+
description: "The interior/children of an XML element",
726726
scopeType: { type: "interior" },
727727
},
728728
"interior.command": {
729729
description: "The body of a Talon command",
730730
scopeType: { type: "interior" },
731731
},
732732
"interior.cell": {
733-
description: "The body of code cell in markdown",
733+
description: "The body of a code cell in markdown",
734734
scopeType: { type: "interior" },
735735
},
736736

0 commit comments

Comments
 (0)