docs: fixed some typos

This commit is contained in:
albertony 2021-04-08 10:19:03 +02:00 committed by Nick Craig-Wood
parent b30d7a026f
commit 2f6afe6005
1 changed files with 2 additions and 2 deletions

View File

@ -654,7 +654,7 @@ If you run `rclone config file` you will see where the default
location is for you.
Use this flag to override the config location, e.g. `rclone
--config=".myconfig" .config`.
--config=".myconfig" config`.
If the location is set to empty string `""` or the special value
`/notfound`, or the os null device represented by value `NUL` on
@ -2119,7 +2119,7 @@ mys3:
Note that if you want to create a remote using environment variables
you must create the `..._TYPE` variable as above.
Note also that now rclone has [connectionstrings](#connection-strings),
Note also that now rclone has [connection strings](#connection-strings),
it is probably easier to use those instead which makes the above example
rclone lsd :s3,access_key_id=XXX,secret_access_key=XXX: