diff options
author | lain <lain@soykaf.club> | 2020-02-11 13:19:01 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-11 13:19:01 +0000 |
commit | f694ca6536edf0f75208c84d312e58502300f2fc (patch) | |
tree | 7372f0a9843dcee1d77de86f693ef9d87515334f | |
parent | 88f890ef82fa70900d0b62832bbb6bb159cd778d (diff) | |
download | pleroma-f694ca6536edf0f75208c84d312e58502300f2fc.tar.gz |
Apply suggestion to docs/administration/CLI_tasks/frontend.md
-rw-r--r-- | docs/administration/CLI_tasks/frontend.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md index 0827c8a3e..d2c183d5b 100644 --- a/docs/administration/CLI_tasks/frontend.md +++ b/docs/administration/CLI_tasks/frontend.md @@ -15,4 +15,4 @@ mix pleroma.frontend download [<options>] ``` ### Options -- `--reference <reference>` - Specify the reference that willl be downloaded. Defaults to `master`. +- `--reference <reference>` - Specify the reference that will be downloaded. Defaults to `master`. |