Skip to content

Commit

Permalink
docs: Typo fixes with "a existing"
Browse files Browse the repository at this point in the history
Fixed a typo with "a existing" to "an existing"
  • Loading branch information
Animosity022 authored and ncw committed May 11, 2019
1 parent bbe28df commit b88e50c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend/alias/alias.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
func init() {
fsi := &fs.RegInfo{
Name: "alias",
Description: "Alias for a existing remote",
Description: "Alias for an existing remote",
NewFs: NewFs,
Options: []fs.Option{{
Name: "remote",
Expand Down
4 changes: 2 additions & 2 deletions docs/content/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ n/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
1 / Alias for a existing remote
1 / Alias for an existing remote
\ "alias"
2 / Amazon Drive
\ "amazon cloud drive"
Expand Down Expand Up @@ -131,7 +131,7 @@ Copy another local directory to the alias directory called source
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/alias/alias.go then run make backenddocs -->
### Standard Options

Here are the standard options specific to alias (Alias for a existing remote).
Here are the standard options specific to alias (Alias for an existing remote).

#### --alias-remote

Expand Down
2 changes: 1 addition & 1 deletion docs/content/koofr.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Enter a string value. Press Enter for the default ("").
Choose a number from below, or type in your own value
1 / A stackable unification remote, which can appear to merge the contents of several remotes
\ "union"
2 / Alias for a existing remote
2 / Alias for an existing remote
\ "alias"
3 / Amazon Drive
\ "amazon cloud drive"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/mega.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ n/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
1 / Alias for a existing remote
1 / Alias for an existing remote
\ "alias"
[snip]
14 / Mega
Expand Down
4 changes: 2 additions & 2 deletions docs/content/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ n/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
1 / Alias for a existing remote
1 / Alias for an existing remote
\ "alias"
2 / Amazon Drive
\ "amazon cloud drive"
Expand Down Expand Up @@ -1240,7 +1240,7 @@ To configure access to IBM COS S3, follow the steps below:
3. Select "s3" storage.
```
Choose a number from below, or type in your own value
1 / Alias for a existing remote
1 / Alias for an existing remote
\ "alias"
2 / Amazon Drive
\ "amazon cloud drive"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/union.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ n/s/q> n
name> remote
Type of storage to configure.
Choose a number from below, or type in your own value
1 / Alias for a existing remote
1 / Alias for an existing remote
\ "alias"
2 / Amazon Drive
\ "amazon cloud drive"
Expand Down

0 comments on commit b88e50c

Please sign in to comment.