diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-29 16:38:18 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-29 16:38:18 +0300 |
commit | afbc905a1caf62705a7c5332d7fd847509701e54 (patch) | |
tree | 0d48ac42b45e72951ef1f5548fdd132d8cb031b1 | |
parent | 11584488d1301f6bd8a06d45b6bca0ff12f82889 (diff) | |
download | pleroma-afbc905a1caf62705a7c5332d7fd847509701e54.tar.gz |
qs
-rw-r--r-- | docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index b4e1ad275..3624e295b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -257,7 +257,7 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando [Pleroma Job Queue](https://git.pleroma.social/pleroma/pleroma_job_queue) configuration: a list of queues with maximum concurrent jobs. -Pleroma has the following qeues: +Pleroma has the following queues: * `federator_outgoing` - Outgoing federation * `federator_incoming` - Incoming federation * `mailer` - Email sender, see [`Pleroma.Mailer`](#pleroma-mailer) |