Skip to content

Commit b6c8549

Browse files
authored
fix(dev-guide): Fix typo in Taskfile guidelines. (#33)
1 parent ae2b1a3 commit b6c8549

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/dev-guide/contrib-guides-taskfiles.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ my-task:
4848

4949
The task attributes `sources` and `generates` are supposed to allow us to control whether a task is
5050
run based on whether its source files or generated files have changed, but `task`'s behaviour may
51-
seem intuitive. So to understand the guidelines, you'll first need to understand `task`'s behaviour.
51+
seem unintuitive. So to understand the guidelines, you'll first need to understand `task`'s
52+
behaviour.
5253

5354
`task` has two methods to track changes to source files, specified using the `method` attribute:
5455
`checksum` which tracks changes to the source files checksums and `timestamp` which tracks changes

0 commit comments

Comments
 (0)