fix misspellings

This commit is contained in:
Mathieu Dupuy
2024-07-24 11:22:49 +02:00
parent 61be51e9f3
commit 47bc966a13
11 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ config (section "rights", key "file").
The login is matched against the "user" key, and the collection path
is matched against the "collection" key. In the "collection" regex you can use
`{user}` and get groups from the "user" regex with `{0}`, `{1}`, etc.
In consequence of the parameter subsitution you have to write `{{` and `}}`
In consequence of the parameter substitution you have to write `{{` and `}}`
if you want to use regular curly braces in the "user" and "collection" regexes.
For example, for the "user" key, ".+" means "authenticated user" and ".*"