Skip to content

Commit

Permalink
docs: Fix typo, improve grammar in init doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenhilton committed Feb 14, 2023
1 parent 53e7b8e commit fcf6fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/chezmoi.io/docs/reference/commands/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ following patterns:
| `sr.ht/~user` | `https://user@git.sr.ht/~user/dotfiles` | `git@git.sr.ht:~user/dotfiles.git` |
| `sr.ht/~user/repo` | `https://user@git.sr.ht/~user/repo` | `git@git.sr.ht:~user/repo.git` |

To disable git repo URL guessing pass the `--guess-repo-url=false` option.
To disable git repo URL guessing, pass the `--guess-repo-url=false` option.

First, if the source directory is not already contain a repository, then if
*repo* is given it is checked out into the source directory, otherwise a new
First, if the source directory does not already contain a repository, then if
*repo* is given, it is checked out into the source directory; otherwise a new
repository is initialized in the source directory.

Second, if a file called `.chezmoi.$FORMAT.tmpl` exists, where `$FORMAT` is one
Expand Down

0 comments on commit fcf6fbb

Please sign in to comment.