Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed the typo
  • Loading branch information
azarboon authored Jan 13, 2025
1 parent 9d79585 commit 9159bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type demo {
}
type Query {
getDemos: [ demo! ]
getDemosConsistent: [Demo!]
getDemosConsistent: [demo!]
}
input DemoInput {
version: String!
Expand Down

0 comments on commit 9159bc2

Please sign in to comment.