FreshRSS / FreshRSS

A free, self-hostable news aggregator…
https://freshrss.org
GNU Affero General Public License v3.0
8.77k stars 779 forks source link

[Bug] Minor typo in docs: en/admins/09_AccessControl.html #6465

Closed aredshift closed 1 month ago

aredshift commented 1 month ago

Describe the bug

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.

Should read:

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.

I think the intention is to use the imperative form of the verb to instruct the reader (choose), rather than past tense (chose).

To Reproduce

Head to https://freshrss.github.io/FreshRSS/en/admins/09_AccessControl.html and read the "No Authentication" section

or see here: https://github.com/FreshRSS/FreshRSS/blob/bb1a6cafb63de1aaca2cbfbb32d2fcd93c09e1dd/docs/en/admins/09_AccessControl.md?plain=1#L60

Expected behavior

No response

FreshRSS version

Irrelevant

Environment information

Irrelevant

Additional context

No response

aredshift commented 1 month ago

I'd be happy to make a quick PR to fix this.

Frenzie commented 1 month ago

I'd say that would've been faster than the bug report, heh. Please do! :-)

aredshift commented 1 month ago

Sorry, first time here! Contributing guidelines had me thinking an Issue was necessary for a PR to get attention. Will just open a PR if I find something this minor again.