doc: fix typos throughout docs

This commit is contained in:
Martin Michlmayr
2020-05-19 19:02:44 +08:00
committed by GitHub
parent bcbfad1482
commit fb169a8b54
32 changed files with 66 additions and 66 deletions

View File

@@ -73,7 +73,7 @@ The flag `--rc-web-gui` is shorthand for
- `--rc-pass <random password>`
- `--rc-serve`
These flags can be overidden as desired.
These flags can be overridden as desired.
See also the [rclone rcd documentation](https://rclone.org/commands/rclone_rcd/).
@@ -95,14 +95,14 @@ If you want to run the GUI behind a proxy at `/rclone` you could use these flags
- `--rc-baseurl rclone`
- `--rc-htpasswd /path/to/htpasswd`
Or instead of htpassword if you just want a single user and password:
Or instead of htpasswd if you just want a single user and password:
- `--rc-user me`
- `--rc-pass mypassword`
## Project
The GUI is being developed in the: [rclone/rclone-webui-react respository](https://github.com/rclone/rclone-webui-react).
The GUI is being developed in the: [rclone/rclone-webui-react repository](https://github.com/rclone/rclone-webui-react).
Bug reports and contributions are very welcome :-)