Fix: typo

This commit is contained in:
omahs 2023-02-23 10:00:29 +01:00 committed by GitHub
parent 4ac924f92c
commit 4e869a5633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ main()
#### Public databases
The access control mechanism also support "public" databases to which anyone can write to.
The access control mechanism also supports "public" databases to which anyone can write to.
This can be done by adding a `*` to the write access array:
```javascript