Skip to content

Commit

Permalink
fixed typo in kv v1 upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rathberm authored Jan 16, 2025
1 parent f503f73 commit 08b8199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/secrets/kv/kv-v2/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ path "shared/dev/square-api/*" {
becomes:

```hcl
path "secret/dev/square-api/*" {
path "shared/data/dev/square-api/*" {
capabilities = ["create", "update", "read"]
}
```
Expand Down

0 comments on commit 08b8199

Please sign in to comment.