Skip to content

Commit

Permalink
docs: Fix spelling (#11622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBoik committed Dec 20, 2022
1 parent 51c0c44 commit 305bb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/events/cognito-user-pool.md
Expand Up @@ -216,7 +216,7 @@ resources:

## Forcing deploying of triggers

A Cognito User Pool with triggers attached may not be correctly updated by AWS Cloudformation on subsequent deployments. To circumvent this issue you can use the `forceDeploy` flag which will try to force Cloudformation to update the triggers no matter what. This flag has to be used in conjuction with the `existing: true` flag.
A Cognito User Pool with triggers attached may not be correctly updated by AWS Cloudformation on subsequent deployments. To circumvent this issue you can use the `forceDeploy` flag which will try to force Cloudformation to update the triggers no matter what. This flag has to be used in conjunction with the `existing: true` flag.

```yml
functions:
Expand Down

0 comments on commit 305bb7b

Please sign in to comment.