Skip to content

Commit 33e9017

Browse files
authored
fix: fix info phrasing in the configuration page
1 parent 5cb1ec8 commit 33e9017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Every configuration option that has a `FILE_` equivalent (e.g. `USERS` and `USER
77
:::
88

99
::: info
10-
In some configuration options like the `GENERIC_SCOPES` environment variable, you may need to use spaces (e.g. `GENERIC_SCOPES=openid profile email`). In this case you **_shouldn't_** use quotes as docker can handle them.
10+
In some configuration options like the `GENERIC_SCOPES` environment variable, you may need to use spaces (e.g. `GENERIC_SCOPES=openid profile email`). In this case you **_shouldn't_** use quotes as docker can handle the spaces.
1111
:::
1212

1313
## General

0 commit comments

Comments
 (0)