Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Mar 31, 2021
1 parent 351172f commit b990f3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Codespaces](https://github.com/features/codespaces).

chezmoi helps you bring your personal configuration to every environment that
you're working in. In the same way that nobody would use an editor without an
undo command, or develop software without a version control system, chemzoi
undo command, or develop software without a version control system, chezmoi
brings the investment that you have made in mastering your tools to every
environment that you work in.

Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You have several options:
directory and pass extra arguments to the command. If you're passing any
flags, you'll need to use `--` to prevent chezmoi from consuming them, for
example `chezmoi git -- commit -m "Update dotfiles"`.
* You can configure chemzoi to automatically commit and push changes to your
* You can configure chezmoi to automatically commit and push changes to your
source state, as [described in the how-to
guide](https://github.com/twpayne/chezmoi/blob/master/docs/HOWTO.md#automatically-commit-and-push-changes-to-your-repo).

Expand Down
2 changes: 1 addition & 1 deletion docs/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ Manipulate the persistent state.
#### `state` examples

chezmoi state dump
chemzoi state reset
chezmoi state reset

### `status`

Expand Down
2 changes: 1 addition & 1 deletion docs/TEMPLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Create `.local/share/chezmoi/.chezmoitemplates/alacritty`:
somemore: config

Notice the file name doesn't have to end in `.tmpl`, as all files in the
directory `.chemzoitemplates` are interpreted as templates.
directory `.chezmoitemplates` are interpreted as templates.

Create other files using the template `.local/share/chezmoi/small-font.yml.tmpl`

Expand Down

0 comments on commit b990f3d

Please sign in to comment.