We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7077448 commit b9d1dadCopy full SHA for b9d1dad
packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
@@ -722,15 +722,15 @@ export const scopeSupportFacetInfos: Record<
722
scopeType: { type: "interior" },
723
},
724
"interior.element": {
725
- description: "The interior/children of an xml element",
+ description: "The interior/children of an XML element",
726
727
728
"interior.command": {
729
description: "The body of a Talon command",
730
731
732
"interior.cell": {
733
- description: "The body of code cell in markdown",
+ description: "The body of a code cell in markdown",
734
735
736
0 commit comments