diff options
author | Shane Redman <123187978+aredshift@users.noreply.github.com> | 2024-05-15 14:38:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 21:38:39 +0200 |
commit | 8e3bfa1a479102b056fef92fe59359a89fe94970 (patch) | |
tree | 14d531b29c40197c8d5d2eefe6011da740a0d9a7 /docs | |
parent | c54f4fe7715b76eeded0850ce88f3f9ffa30d097 (diff) | |
download | freshrss-8e3bfa1a479102b056fef92fe59359a89fe94970.tar.gz freshrss-8e3bfa1a479102b056fef92fe59359a89fe94970.zip |
Docs: fix minor typo in 09_AccessControl.md (#6465) (#6466)
chose -> choose
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/admins/09_AccessControl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/09_AccessControl.md b/docs/en/admins/09_AccessControl.md index 4f45554cb..a837b4c6f 100644 --- a/docs/en/admins/09_AccessControl.md +++ b/docs/en/admins/09_AccessControl.md @@ -57,7 +57,7 @@ See also another option for Authentik, [using the OAuth2 Provider with OpenID](1 ## No Authentication Not using authentication on your server is dangerous, as anyone with access to your server would be able to make changes as an admin. -It is never advisable to not use any form of authentication, but **never** chose this option on a server that is able to be accessed outside of your home network. +It is never advisable to not use any form of authentication, but **never** choose this option on a server that is able to be accessed outside of your home network. ## OpenID Connect |