Skip to content

Commit ee482e3

Browse files
committed
chore: fix typo in comment
1 parent 1d33752 commit ee482e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composition/src/v1/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ export const OVERRIDE_DEFINITION: DirectiveDefinitionNode = {
659659
repeatable: false,
660660
};
661661

662-
// directive @openfed__protected repeatable on FIELD_DEFINITION | OBJECT_DEFINITION
662+
// directive @openfed__protected repeatable on FIELD_DEFINITION | OBJECT
663663
export const PROTECTED_DEFINITION: DirectiveDefinitionNode = {
664664
kind: Kind.DIRECTIVE_DEFINITION,
665665
locations: stringArrayToNameNodeArray([FIELD_DEFINITION_UPPER, OBJECT_UPPER]),

0 commit comments

Comments
 (0)