Skip to content

Commit

Permalink
Correct a spelling mistake (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Sommer <[email protected]>
  • Loading branch information
EdwardBetts and illBeRoy authored Aug 23, 2024
1 parent 7cfecaf commit 10a293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The pretask hook looks for `pre_<task_name>` task for a given `task_name`. It wi

#### Post Task Hook

From time to time, you might want to run a task in conjuction with another. For example, you might want to run linting after a successful test run. Take the two following commands, for instance:
From time to time, you might want to run a task in conjunction with another. For example, you might want to run linting after a successful test run. Take the two following commands, for instance:

```toml
[tool.taskipy.tasks]
Expand Down

0 comments on commit 10a293e

Please sign in to comment.