Skip to content

Commit 1ed95d4

Browse files
authored
fix(docs): fix typos
1 parent ccb1056 commit 1ed95d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ package = "@netlify/plugin-secrets-manager"
6363

6464
## Context based secrets
6565

66-
The plugin has support for context based secrets, to allow injecting AWS secrets only to builds with a specific deploy context.
67-
To configure the context for a secret, add a secret tag 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.
66+
The plugin supports for context based secrets, to allow injecting AWS secrets only to builds with a specific deploy context.
67+
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.
6868

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

0 commit comments

Comments
 (0)