[main] Fix reference to "vault policies" command (#29453)

This commit is contained in:
Sarah Chavis
2025-01-29 12:55:22 -08:00
committed by GitHub
parent 371ffc4bd4
commit e38052d1ec

View File

@@ -709,7 +709,7 @@ $ curl \
https://vault.hashicorp.rocks/v1/sys/policy
```
~> **Note:** You may also see the CLI command `vault policies`. This is a convenience
~> **Note:** You may also see the CLI command `vault policy`. This is a convenience
wrapper around reading the sys endpoint directly. It provides the same
functionality but formats the output in a special manner.