docs(chezmoi): Fix spelling error in README.md

This commit is contained in:
fiftydinar 2024-05-08 16:44:36 +02:00 committed by GitHub
commit 2aec125bca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ The service will only run if `~/.local/share/chezmoi` does not exist.
Set `repository` to the URL of your dotfiles repository. (eg. `repository: https://example.org/user/dotfiles`)
:::note
The value of `repository` will be passed directly to `chezmoi init --apply ${repository}`.
See the [`chezmoi init` documenation](https://www.chezmoi.io/reference/commands/init/) for detailed syntax.
See the [`chezmoi init` documentation](https://www.chezmoi.io/reference/commands/init/) for detailed syntax.
:::
Set `disable_init` to `true` if you do not want to install the init service.