Skip to content

Commit

Permalink
Fix typo in docs (#3914)
Browse files Browse the repository at this point in the history
  • Loading branch information
auxesis authored Jan 2, 2025
1 parent ef6936a commit e00f849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/task-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ has changed since the last build.
The counterpart to `sources`, these are the files or directories that the task will create/modify after
it executes.

`auto = true` is an altnernative to specifying output files manually. In that case, mise will touch
`auto = true` is an alternative to specifying output files manually. In that case, mise will touch
an internally tracked file based on the hash of the task definition (stored in `~/.local/state/mise/task-outputs/<hash>` if you're curious).
This is useful if you want `mise run` to execute when sources change but don't want to have to manually `touch`
a file for `sources` to work.
Expand Down

0 comments on commit e00f849

Please sign in to comment.