Skip to content

Commit 489584a

Browse files
Update packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts
1 parent 69dbfea commit 489584a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/scopeSupportFacets/scopeSupportFacetInfos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ export const scopeSupportFacetInfos: Record<
874874
scopeType: { type: "interior" },
875875
},
876876
"interior.if": {
877-
description: "The body of a if/elif/else branch",
877+
description: "The body of an if/elif/else branch",
878878
scopeType: { type: "interior" },
879879
},
880880
"interior.try": {

0 commit comments

Comments
 (0)