diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-17 16:06:01 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-17 16:06:01 +0000 |
| commit | 886b097a671c23651550ef52af1f458699534cac (patch) | |
| tree | 7954a4139d935a88f9c24a6b5dad74be6f2cccd8 | |
| parent | 201ea169fe3665edc91e37056d2f967e3ea10917 (diff) | |
Apply suggestion to docs/CONFIGURATION.md
| -rw-r--r-- | docs/CONFIGURATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index bebf8c3b..1b14b9ab 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -48,7 +48,7 @@ Copy post scope (visibility) when replying to a post. Instance-default. ### `subjectLineBehavior` How to handle subject line (CW) when replying to a post. * `"email"` - like EMail - prepend `re: ` to subject line if it doesn't already start with it. -* `"masto"` - lime Mastodon - copy it as is. +* `"masto"` - like Mastodon - copy it as is. * `"noop"` - do not copy Instance-default. |
