Skip to content

Commit 723ed47

Browse files
committed
fix typo
1 parent fb861e4 commit 723ed47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Connecting user should have sufficient rights to query needed stats:
7575
}
7676
```
7777
When using the PBM collector to get metrics from Percona Backup for MongoDB, the user should also have enough permissions
78-
to query the PBM internal collectors (in the `admin` database). One option is to grant `find` privileges on the `admin` collection:
78+
to query the PBM internal collections (in the `admin` database). One option is to grant `find` privileges on the `admin` collection:
7979
```
8080
privileges: [
8181
{ resource: { db: "admin", collection: "" }, actions: [ "find" ] },

0 commit comments

Comments
 (0)