Skip to content

Commit

Permalink
fix: fix typo in comment (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett committed Feb 23, 2020
1 parent ddd9512 commit ad3a137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,7 @@ All @auth directives used on field definitions are performed when the field is r
// @auth(rules: [{allow: owner},{allow: public, operations: [read]}])
//
// Then we need to add @aws_api_key on the create mutation together with the
// @aws_cognito_useR_pools, but we cannot add @was_api_key to other operations
// @aws_cognito_user_pools, but we cannot add @aws_api_key to other operations
// since that is not allowed by the rule.
//

Expand Down

0 comments on commit ad3a137

Please sign in to comment.