Skip to content

Commit

Permalink
fix(graphql-model-transformer): fix typo in print block (#8152)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleadams authored Sep 10, 2021
1 parent 88494b3 commit 7377e58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const generateSubscriptionRequestTemplate = (): string => {

export const generateSubscriptionResponseTemplate = (): string => {
const statements: Expression[] = [toJson(nul())];
return printBlock('Subscription Resonse template')(compoundExpression(statements));
return printBlock('Subscription Response template')(compoundExpression(statements));
};

0 comments on commit 7377e58

Please sign in to comment.