Skip to content

Commit

Permalink
fix(graphql-model-transformer): fix typo in print block (aws-amplify#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleadams authored and marcvberg committed Oct 13, 2021
1 parent cd08357 commit b3673b1
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 b3673b1

Please sign in to comment.