Skip to content

Commit 857b165

Browse files
authored
Merge pull request aws-amplify#4205 from voltron2112/patch-2
docs(graphql): fix minor error in example
2 parents 7351f46 + 13b3dd4 commit 857b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/cli/graphql/authorization-rules.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Amplify also allows you to restrict the allowed operations, combine multiple aut
1919

2020
``` graphql
2121
type Todo @model @auth(rules: [
22-
{ allow: public, operations: [read]}
22+
{ allow: public, operations: [read]},
2323
{ allow: owner }
2424
]) {
2525
content: String

0 commit comments

Comments
 (0)