]> Untitled Git - lemmy.git/commitdiff
Fixing some typos.
authorDessalines <tyhou13@gmx.com>
Mon, 6 Jul 2020 15:39:31 +0000 (11:39 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 6 Jul 2020 15:39:31 +0000 (11:39 -0400)
docs/src/administration_configuration.md
docs/src/lemmy_council.md

index cc421b0b778a61f5f7d0931bc34abb272f0dd942..56448de46e8ad60047b9db8c401c0fdfc977a762 100644 (file)
@@ -7,7 +7,7 @@ can copy the options you want to change into your local `config.hjson` file.
 
 Additionally, you can override any config files with environment variables. These have the same
 name as the config options, and are prefixed with `LEMMY_`. For example, you can override the
-`database.password` with `LEMMY__DATABASE__POOL_SIZE=10`.
+`database.password` with `LEMMY_DATABASE__POOL_SIZE=10`.
 
 An additional option `LEMMY_DATABASE_URL` is available, which can be used with a PostgreSQL
 connection string like `postgres://lemmy:password@lemmy_db:5432/lemmy`, passing all connection
index 9b24522afc4f1f2d87b3e728d1b12a447b912137..46b4c3b1bb416fbf34154080bfc3d4a92d97816d 100644 (file)
@@ -9,7 +9,7 @@
 - Anything is open for discussion
 - Voting done through matrix chat reacts (thumbs up/thumbs down)
 - Require a simple majority for votes. (Maybe 2/3rds for more debated decisions).
-- Once a decision is reached democratically, the dicision is binding and all group members have to follow it
+- Once a decision is reached democratically, the decision is binding and all group members have to follow it
 - All members of the Lemmy council have equal voting power.
 - Voting must stay open for at least 2 days.