Skip to content

Commit

Permalink
docs: tweak per Anne's feedback (#484)
Browse files Browse the repository at this point in the history
Clarify what "this" refers to now that *this* is in a different section.
  • Loading branch information
benhoyt authored Aug 14, 2024
1 parent 69200f6 commit 6b170f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/manage-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ By default any UID (user ID) connected to the API socket is a `read` user; UID 0

## Add new identities

To extend this to additional users, add named identities using the [`add-identities`](../reference/cli-commands/add-identities.md) command with a YAML file configuring the details. For example, to add a new admin "bob" with UID 42 and a new read user "alice" with UID 2000, prepare this file:
To extend access to Pebble's API to additional users, add named identities using the [`add-identities`](../reference/cli-commands/add-identities.md) command with a YAML file configuring the details. For example, to add a new admin "bob" with UID 42 and a new read user "alice" with UID 2000, prepare this file:

```yaml
# idents-add.yaml
Expand Down

0 comments on commit 6b170f5

Please sign in to comment.