Skip to content

Commit

Permalink
fix(docs): fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Mar 9, 2022
1 parent 0b863cb commit 69745f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ package = "@netlify/plugin-secrets-manager"

## Context based secrets

The plugin supports for context based secrets, to allow injecting AWS secrets only to builds with a specific deploy context.
The plugin supports context based secrets, to allow injecting AWS secrets only to builds with a specific deploy context.
To configure the context for a secret, add a tag to it via AWS secrets manager with a name of `NETLIFY_CONTEXT` and value of `production`, `deploy-preview`, `branch-deploy` or any branch name in your `git` repository.

>To learn more about deploy contexts, visit [Netlify's documentation](https://docs.netlify.com/site-deploys/overview/#deploy-contexts)
Expand Down

0 comments on commit 69745f0

Please sign in to comment.