Skip to content

Commit 10a293e

Browse files
Correct a spelling mistake (#85)
Co-authored-by: Roy Sommer <illBeRoy@users.noreply.github.com>
1 parent 7cfecaf commit 10a293e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The pretask hook looks for `pre_<task_name>` task for a given `task_name`. It wi
195195

196196
#### Post Task Hook
197197

198-
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:
198+
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:
199199

200200
```toml
201201
[tool.taskipy.tasks]

0 commit comments

Comments
 (0)