Fixed typo in the release notes

Change-Id: I5d651e85d984a6a854481087ccfd4d716a245068
This commit is contained in:
Mauricio Harley 2023-03-03 14:02:21 +01:00
parent ad14b64a7a
commit 7d9c28ab17
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ features: >
The Barbican API has been extended to allow secrets to have one or
more consumers. This extension has been documented here:
https://docs.openstack.org/barbican/latest/api/reference/secret_consumers.html
This functionality has now been exposed in the barbican client.
Users may add, remove or delete consumers by calling new mechods on the
Users may add, remove or delete consumers by calling new methods on the
SecretManager. In addition, new CLI options have been provided to add, remove
and list consumers. See the documentation for details.