Skip to content

Commit 90e6b2d

Browse files
committed
Minor edits
1 parent 0e159a4 commit 90e6b2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/reference/pages/rpk/rpk-security/rpk-security-secret-update.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Scopes define the areas where the secret can be used. Available scopes are:
88
- `redpanda_connect`
99
- `redpanda_cluster`
1010
11-
You can set one or both scopes on a secret. Updating a secret will overwrite its current scopes.
11+
You can set one or both scopes on a secret. Updating a secret's scopes will overwrite its current scopes.
1212

1313
== Usage
1414

@@ -26,7 +26,7 @@ To update the value of the secret:
2626
rpk security secret update --name NETT --value new_value
2727
----
2828

29-
To update the scope of secret to both `redpanda_connect` and `redpanda_cluster`:
29+
To update the scope of a secret to both `redpanda_connect` and `redpanda_cluster`:
3030

3131
[,bash]
3232
----

0 commit comments

Comments
 (0)