Improve documentation for configuration

Although the configuration file was mostly wrapped to a line-width of
80, some lines were wrapped slightly shorter. I fixed this.

In general, all sentences were changed to start with a capital letter
and end with a period or other punctuation mark.

Many of the documentation commets read as, "config option to do XYZ". I
shortened these to simply "do XYZ".
This commit is contained in:
Neil Svedberg 2024-12-31 17:19:28 -05:00 committed by June Clementine Strawberry 🍓🦴
parent c53e9e07f2
commit 5bce0a3a46
3 changed files with 530 additions and 458 deletions

View file

@ -15,5 +15,5 @@ disallowed-macros = [
]
disallowed-methods = [
{ path = "tokio::spawn", reason = "use and pass conduuwit_core::server::Server::runtime() to spawn from"},
{ path = "tokio::spawn", reason = "use and pass conduuwit_core::server::Server::runtime() to spawn from" },
]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff