Skip to content

Commit e166a11

Browse files
authored
fix typo (#965)
1 parent fd4b65e commit e166a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanation/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ juju relate postgresql myclientapp
108108
When an application charm requests a new user through the relation/integration it can specify that the user should have the `admin` role in the `extra-user-roles` field. The `admin` role enables the new user to read and write to all databases (for the `postgres` system database it can only read data) and also to create and delete non-system databases.
109109

110110
```{note}
111-
`extra-user-roles` is only supported by the modern interface `postgresql_client`. It is not supported for the legacy `pgsql` interface. R
111+
`extra-user-roles` is only supported by the modern interface `postgresql_client`. It is not supported for the legacy `pgsql` interface.
112112
113113
Read more about the supported charm interfaces in [](/explanation/interfaces-and-endpoints).
114114
```

0 commit comments

Comments
 (0)